Skip to content

Commit 171949a

Browse files
authored
execution/get-domain-{early,late}: 関連項目
1 parent a510758 commit 171949a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

reference/execution/execution/get-domain-early.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

reference/execution/execution/get-domain-late.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
## 参照

0 commit comments

Comments
 (0)