Let
out_sndr be a subexpression denoting
a sender returned from
continues_on(sndr, sch) or one equal to such, and
let
OutSndr be the type
decltype((out_sndr)). Let
out_rcvr be a subexpression denoting a receiver
that has an environment of type
Env
such that
sender_in<OutSndr, Env> is
true. Let
op be an lvalue referring to the operation state
that results from connecting
out_sndr with
out_rcvr. Calling
start(op) shall
start
sndr on the current execution agent and
execute completion operations on
out_rcvr
on an execution agent of the execution resource associated with
sch. If scheduling onto
sch fails,
an error completion on
out_rcvr shall be executed
on an unspecified execution agent
.