File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
reference/execution/execution Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,16 @@ constexpr auto get-domain-early(const Sndr& sndr) noexcept;
3737
3838
3939## 関連項目
40+ - [ ` execution::continues_on ` ] ( continues_on.md )
41+ - [ ` execution::then ` ] ( then.md )
42+ - [ ` execution::let_value ` ] ( let_value.md )
43+ - [ ` execution::bulk ` ] ( bulk.md )
44+ - [ ` execution::when_all ` ] ( when_all.md )
45+ - [ ` execution::into_variant ` ] ( into_variant.md )
46+ - [ ` execution::stopped_as_optional ` ] ( stopped_as_optional.md )
47+ - [ ` execution::stopped_as_error ` ] ( stopped_as_error.md )
48+ - [ ` execution::associate ` ] ( associate.md.nolink )
49+ - [ ` execution::affine_on ` ] ( affine_on.md.nolink )
4050- [ ` this_thread::sync_wait ` ] ( ../this_thread/sync_wait.md )
4151- [ ` this_thread::sync_wait_with_variant ` ] ( ../this_thread/sync_wait_with_variant.md )
4252
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Senderアダプタ[`continues_on`](continues_on.md)は[`schedule_from`](schedule
6161## 関連項目
6262- [`execution::connect`](connect.md)
6363- [`execution::continues_on`](continues_on.md)
64+ - [`execution::get_completion_signatures`](get_completion_signatures.md)
6465
6566
6667## 参照
You can’t perform that action at this time.
0 commit comments