|
kokkos-execution 0.0.1
|
Receiver for continues_on.
More...
#include <continues_on.hpp>
Public Types | |
| using | receiver_concept = stdexec::receiver_t |
Public Member Functions | |
| void | set_value () &&noexcept |
| template<typename Error> | |
| void | set_error (Error &&err) &&noexcept |
| void | set_stopped () &&noexcept |
| constexpr auto | get_env () const noexcept -> std::conditional_t< std::same_as< FwdPolicy, FwdWithoutExec >, stdexec::__call_result_t< experimental::execution::__envs::__without_t, stdexec::__fwd_env_t< stdexec::env_of_t< Rcvr > >, get_exec_t >, stdexec::__fwd_env_t< stdexec::env_of_t< Rcvr > > > |
Public Attributes | |
| Rcvr | rcvr |
Receiver for continues_on.
Definition at line 24 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnReceiver< Rcvr, FwdPolicy >::receiver_concept = stdexec::receiver_t |
Definition at line 25 of file continues_on.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 43 of file continues_on.hpp.
References Kokkos::Execution::ExecutionSpaceImpl::get_exec, and rcvr.
|
inlinenoexcept |
Definition at line 34 of file continues_on.hpp.
References rcvr.
|
inlinenoexcept |
Definition at line 38 of file continues_on.hpp.
References rcvr.
|
inlinenoexcept |
Definition at line 29 of file continues_on.hpp.
References rcvr.
| Rcvr Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnReceiver< Rcvr, FwdPolicy >::rcvr |
Definition at line 27 of file continues_on.hpp.