Skip to content

Commit 7a7b43c

Browse files
committed
[exec.when.all] arrive and complete are exposition-only
1 parent a4c39e0 commit 7a7b43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4108,13 +4108,13 @@
41084108
using stop_callback = stop_callback_of_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
41094109

41104110
struct @\exposid{state-type}@ {
4111-
void @\exposid{arrive}@(Rcvr& rcvr) noexcept {
4111+
void @\exposid{arrive}@(Rcvr& rcvr) noexcept { // \expos
41124112
if (0 == --count) {
41134113
@\exposid{complete}@(rcvr);
41144114
}
41154115
}
41164116

4117-
void @\exposid{complete}@(Rcvr& rcvr) noexcept; // \seebelow
4117+
void @\exposid{complete}@(Rcvr& rcvr) noexcept; // \expos
41184118

41194119
atomic<size_t> @\exposid{count}@{sizeof...(sndrs)}; // \expos
41204120
inplace_stop_source @\exposid{stop_src}@{}; // \expos

0 commit comments

Comments
 (0)