|
kokkos-execution 0.0.1
|
Sender for continues_on.
More...
#include <continues_on.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< ContinuesOnOpState< Schd, Sndr, Rcvr >, Sndr &&, Schd &&, Rcvr && >) -> ContinuesOnOpState< Schd, Sndr, Rcvr > |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<stdexec::__decays_to< ContinuesOnSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
Public Attributes | |
| Schd | schd |
| Sndr | sndr |
Sender for continues_on.
Definition at line 121 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::sender_concept = stdexec::sender_tag |
Definition at line 122 of file continues_on.hpp.
|
inlineconstexprnoexcept |
Definition at line 127 of file continues_on.hpp.
|
inlinestaticconsteval |
Definition at line 124 of file continues_on.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 134 of file continues_on.hpp.
References sndr.
| Schd Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::schd |
Definition at line 136 of file continues_on.hpp.
| Sndr Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::sndr |
Definition at line 137 of file continues_on.hpp.