33
Execution control library
[exec]
33.9
Senders
[exec.snd]
33.9.12
Sender adaptors
[exec.adapt]
33.9.12.7
execution::schedule_
from
[exec.schedule.from]
1
#
The name
schedule_
from
denotes a customization point object
.
For some subexpression
sndr
, if
decltype
(
(
sndr
)
)
does not satisfy
sender
,
schedule_
from
(
sndr
)
is ill-formed
.
Otherwise, the expression
schedule_
from
(
sndr
)
is expression-equivalent to
make-sender
(
schedule_
from,
{
}
, sndr
)
.
[
Note
1
:
schedule_
from
is used by schedulers to control how to transition off of their schedulers' associated execution contexts
.
—
end note
]