|
kokkos-execution 0.0.1
|
Receiver for continues_on.
More...
#include <continues_on.hpp>
Public Types | |
| using | receiver_concept = stdexec::receiver_tag |
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 -> join_env_with_exec_t< ExecEnvPolicy, stdexec::env_of_t< Rcvr >, typename Schd::execution_space > |
Public Attributes | |
| Schd | schd |
| Rcvr | rcvr |
Receiver for continues_on.
Definition at line 12 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnReceiver< ExecEnvPolicy, Schd, Rcvr >::receiver_concept = stdexec::receiver_tag |
Definition at line 13 of file continues_on.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 32 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 23 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 27 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 18 of file continues_on.hpp.
| Rcvr Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnReceiver< ExecEnvPolicy, Schd, Rcvr >::rcvr |
Definition at line 16 of file continues_on.hpp.
| Schd Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnReceiver< ExecEnvPolicy, Schd, Rcvr >::schd |
Definition at line 15 of file continues_on.hpp.