Skip to content

Commit 516db77

Browse files
jensmaurertkoeppe
authored andcommitted
[exec.when.all] arrive and complete are exposition-only
1 parent c8d354c commit 516db77

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
@@ -4107,13 +4107,13 @@
41074107
using stop_callback = stop_callback_of_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
41084108

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

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

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

0 commit comments

Comments
 (0)