Skip to content

Commit 6f4510e

Browse files
committed
execuion/connect: small fixes
1 parent 9cd16e0 commit 6f4510e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/execution/execution/connect.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* cpp26[meta cpp]
66

77
```cpp
8-
namespace std {
8+
namespace std::execution {
99
struct connect_t;
1010
inline constexpr connect_t connect{};
1111
}
@@ -120,12 +120,13 @@ completion_signatures<
120120
set_error_t(exception_ptr),
121121
set_stopped_t()>
122122
```
123+
* completion_signatures[link completion_signatures.md]
123124
* set_error_t[link set_error.md]
124125
* set_stopped_t[link set_stopped.md]
125126
* exception_ptr[link /reference/exception/exception_ptr.md]
126127
* SET-VALUE-SIG[italic]
127128
128-
説明用のコールーチン`suspend-complete`を下記の通り定義する。
129+
説明用の関数テンプレート`suspend-complete`とコルーチン`suspend-awaitable`を下記の通り定義する。
129130
130131
```cpp
131132
namespace std::execution {

0 commit comments

Comments
 (0)