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 = {}
Warning
doxygenvariable: Cannot find variable “exec::just_from” in doxygen xml output for project “stdexec” from directory: /home/runner/work/stdexec/stdexec/build/docs/build/doxygen/xml
Warning
doxygenvariable: Cannot find variable “exec::just_error_from” in doxygen xml output for project “stdexec” from directory: /home/runner/work/stdexec/stdexec/build/docs/build/doxygen/xml
Warning
doxygenvariable: Cannot find variable “exec::just_stopped_from” in doxygen xml output for project “stdexec” from directory: /home/runner/work/stdexec/stdexec/build/docs/build/doxygen/xml
Sender Adaptors
TODO: More sender adaptor algorithms
-
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
Warning
doxygenvariable: Cannot find variable “exec::start_detached” in doxygen xml output for project “stdexec” from directory: /home/runner/work/stdexec/stdexec/build/docs/build/doxygen/xml
Utilities
TODO: Add utilities section