Skip to content

Commit 911f1dc

Browse files
committed
execution/start: 微調整
1 parent eed390c commit 911f1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/execution/execution/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ namespace std::execution {
1919
式`start(op)`は、`op`が右辺値の場合は不適格となる。
2020
そうでなければ、`op.start()`と等価。
2121
22-
`op.start()`が[Operation State](operation_state.md)に関連付けられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
23-
2422
2523
## カスタマイゼーションポイント
2624
[Operation State](operation_state.md)`op`に対して式`op.start()`が呼び出される。
2725
このとき`noexcept(op.start()) == true`であること。
2826
27+
`op.start()`が[Operation State](operation_state.md)に関連付けられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
28+
2929
3030
## 備考
3131
`start`は[Sender](sender.md)内部実装から呼び出される想定であり、実行制御ライブラリ利用者が直接利用する必要はない。

0 commit comments

Comments
 (0)