Reference

Concepts

TODO: Add concepts section

Sender Factories

TODO: more sender factory algorithms

schedule_t const stdexec::schedule = {}
just_t const stdexec::just
just_error_t const stdexec::just_error
just_stopped_t const stdexec::just_stopped
__read_env_t const stdexec::read_env = {}
constexpr just_from_t experimental::execution::just_from = {}
constexpr just_error_from_t experimental::execution::just_error_from = {}
constexpr just_stopped_from_t experimental::execution::just_stopped_from = {}

Sender Adaptors

TODO: More sender adaptor algorithms

struct then_t

The then sender adaptor, which invokes a function with the result of a sender, making the result available to the next receiver.

then_t const stdexec::then

The then sender adaptor, which invokes a function with the result of a sender, making the result available to the next receiver.

starts_on_t const stdexec::starts_on = {}
constexpr continues_on_t stdexec::continues_on = {}
on_t const stdexec::on
when_all_t const stdexec::when_all = {}
let_value_t const stdexec::let_value = {}
let_error_t const stdexec::let_error = {}
let_stopped_t const stdexec::let_stopped = {}

Sender Consumers

TODO: More sender consumer algorithms

sync_wait_t const stdexec::sync_wait = {}
constexpr start_detached_t experimental::execution::start_detached = {}

Utilities

TODO: Add utilities section