33
Execution control library
[exec]
33.7
Receivers
[exec.recv]
33.7.4
execution::set_
stopped
[exec.set.stopped]
1
#
set_
stopped
is a stopped completion function (
[exec.
async.
ops]
)
.
Its associated completion tag is
set_
stopped_
t
.
The expression
set_
stopped
(
rcvr
)
for a subexpression
rcvr
is ill-formed if
rcvr
is an lvalue or an rvalue of const type
.
Otherwise, it is expression-equivalent to
MANDATE-NOTHROW
(
rcvr
.
set_
stopped
(
)
)
.