|
kokkos-execution 0.0.1
|
Sender for stdexec::when_all.
More...
#include <when_all.hpp>
Classes | |
| struct | attrs |
Public Types | |
| using | sender_concept = stdexec::sender_tag |
| using | sndrs_t = stdexec::__tuple<Sndrs...> |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| stdexec::operation_state auto | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< WhenAllOpState< Exec, Rcvr, Sndrs... >, sndrs_t &&, Rcvr && >) |
| constexpr auto | get_env () const noexcept -> attrs |
Static Public Member Functions | |
| template<typename Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
Public Attributes | |
| sndrs_t | sndrs |
Sender for stdexec::when_all.
Definition at line 215 of file when_all.hpp.
| using Kokkos::Execution::GraphImpl::WhenAllSender< Exec, Sndrs >::sender_concept = stdexec::sender_tag |
Definition at line 216 of file when_all.hpp.
| using Kokkos::Execution::GraphImpl::WhenAllSender< Exec, Sndrs >::sndrs_t = stdexec::__tuple<Sndrs...> |
Definition at line 218 of file when_all.hpp.
|
inlinenoexcept |
Definition at line 236 of file when_all.hpp.
|
inlinestaticconsteval |
Definition at line 231 of file when_all.hpp.
|
inlineconstexprnoexcept |
Definition at line 241 of file when_all.hpp.
| sndrs_t Kokkos::Execution::GraphImpl::WhenAllSender< Exec, Sndrs >::sndrs |
Definition at line 245 of file when_all.hpp.