|
kokkos-execution 0.0.1
|
Sender for continues_on.
More...
#include <continues_on.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
| template<typename Rcvr> | |
| using | exec_env_policy_t |
| template<typename Rcvr> | |
| using | rcvr_t = ContinuesOnReceiver<exec_env_policy_t<Rcvr>, Schd, Rcvr> |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| auto | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< rcvr_t< Rcvr >, Schd &&, Rcvr && > &&stdexec::__nothrow_connectable< Sndr &&, rcvr_t< Rcvr > >) -> stdexec::connect_result_t< Sndr, rcvr_t< 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 40 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::exec_env_policy_t |
Definition at line 49 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::rcvr_t = ContinuesOnReceiver<exec_env_policy_t<Rcvr>, Schd, Rcvr> |
Definition at line 59 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::sender_concept = stdexec::sender_tag |
Definition at line 41 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 62 of file continues_on.hpp.
|
inlinestaticconsteval |
Definition at line 46 of file continues_on.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 69 of file continues_on.hpp.
References sndr.
| Schd Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::schd |
Definition at line 43 of file continues_on.hpp.
| Sndr Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::sndr |
Definition at line 44 of file continues_on.hpp.