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 c8d354c commit 516db77Copy full SHA for 516db77
source/exec.tex
@@ -4107,13 +4107,13 @@
4107
using stop_callback = stop_callback_of_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
4108
4109
struct @\exposid{state-type}@ {
4110
- void @\exposid{arrive}@(Rcvr& rcvr) noexcept {
+ void @\exposid{arrive}@(Rcvr& rcvr) noexcept { // \expos
4111
if (0 == --count) {
4112
@\exposid{complete}@(rcvr);
4113
}
4114
4115
4116
- void @\exposid{complete}@(Rcvr& rcvr) noexcept; // \seebelow
+ void @\exposid{complete}@(Rcvr& rcvr) noexcept; // \expos
4117
4118
atomic<size_t> @\exposid{count}@{sizeof...(sndrs)}; // \expos
4119
inplace_stop_source @\exposid{stop_src}@{}; // \expos
0 commit comments