Reference
Concepts
TODO: Add concepts section
Sender Factories
TODO: more sender factory algorithms
-
const schedule_t stdexec::schedule = {}
-
const just_t stdexec::just
-
const just_error_t stdexec::just_error
-
const just_stopped_t stdexec::just_stopped
-
const __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
-
const 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 = {}
-
const when_all_t stdexec::when_all = {}
-
const let_value_t stdexec::let_value = {}
-
const let_error_t stdexec::let_error = {}
-
const let_stopped_t stdexec::let_stopped = {}
Sender Consumers
TODO: More sender consumer algorithms
-
const sync_wait_t stdexec::sync_wait = {}
-
constexpr start_detached_t exec::start_detached = {}
Utilities
TODO: Add utilities section