std::execution::on
From cppreference.com
| ヘッダ <execution> で定義 |
||
| execution::sender auto on( execution::scheduler auto sched, execution::sender auto snd ); |
(C++26以降) | |
[編集] パラメータ
| sched | - | senderが実行される実行エージェントを提供します。 |
| snd | - | schedに関連付けられた実行リソースで実行される作業。 |
[編集] 戻り値
開始されると、提供されたスケジューラに関連付けられた実行リソースに属する実行エージェント上で提供されたsenderを開始するsenderを返します。
返されたsenderには完了スケジューラがありません。
[編集] 例
| このセクションは未完成です 理由: 例がありません |