Let
out_sndr be a subexpression denoting
a sender returned from
starts_on(sch, sndr) 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 an execution agent of the associated execution resource of
sch. If scheduling onto
sch fails,
an error completion on
out_rcvr shall be executed
on an unspecified execution agent
.