We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c39e0 commit 7a7b43cCopy full SHA for 7a7b43c
source/exec.tex
@@ -4108,13 +4108,13 @@
4108
using stop_callback = stop_callback_of_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
4109
4110
struct @\exposid{state-type}@ {
4111
- void @\exposid{arrive}@(Rcvr& rcvr) noexcept {
+ void @\exposid{arrive}@(Rcvr& rcvr) noexcept { // \expos
4112
if (0 == --count) {
4113
@\exposid{complete}@(rcvr);
4114
}
4115
4116
4117
- void @\exposid{complete}@(Rcvr& rcvr) noexcept; // \seebelow
+ void @\exposid{complete}@(Rcvr& rcvr) noexcept; // \expos
4118
4119
atomic<size_t> @\exposid{count}@{sizeof...(sndrs)}; // \expos
4120
inplace_stop_source @\exposid{stop_src}@{}; // \expos
0 commit comments