We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed390c commit 911f1dcCopy full SHA for 911f1dc
reference/execution/execution/start.md
@@ -19,13 +19,13 @@ namespace std::execution {
19
式`start(op)`は、`op`が右辺値の場合は不適格となる。
20
そうでなければ、`op.start()`と等価。
21
22
-`op.start()`が[Operation State](operation_state.md)に関連付けられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
23
-
24
25
## カスタマイゼーションポイント
26
[Operation State](operation_state.md)`op`に対して式`op.start()`が呼び出される。
27
このとき`noexcept(op.start()) == true`であること。
28
+`op.start()`が[Operation State](operation_state.md)に関連付けられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
+
29
30
## 備考
31
`start`は[Sender](sender.md)内部実装から呼び出される想定であり、実行制御ライブラリ利用者が直接利用する必要はない。
0 commit comments