Reference

Concepts

TODO: Add concepts section

Sender Factories

TODO: more sender factory algorithms

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

Sender Adaptors

TODO: More sender adaptor algorithms

constexpr then_t stdexec::then

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

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

Sender Consumers

TODO: More sender consumer algorithms

constexpr sync_wait_t stdexec::sync_wait = {}
constexpr start_detached_t stdexec::start_detached = {}

Utilities

TODO: Add utilities section