|
kokkos-execution 0.0.1
|
#include <operation_state.hpp>
Public Types | |
| using | receiver_concept = stdexec::receiver_t |
Public Member Functions | |
| void | set_value () &&noexcept |
| template<typename Error> | |
| void | set_error (Error &&error) &&noexcept |
| void | set_stopped () &&noexcept |
| constexpr auto | get_env () const noexcept -> Impl::upsert_in_env_or_join_t< Kokkos::Execution::ExecutionSpaceImpl::get_exec_t, stdexec::__fwd_env_t< stdexec::env_of_t< typename ParentOp::receiver_t > >, Kokkos::Execution::ExecutionSpaceImpl::ExecutionSpaceRef< typename ParentOp::execution_space > > |
Public Attributes | |
| ParentOp * | parent_op |
Definition at line 196 of file operation_state.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::OpStateReceiver< ParentOp >::receiver_concept = stdexec::receiver_t |
Definition at line 197 of file operation_state.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 218 of file operation_state.hpp.
References parent_op.
|
inlinenoexcept |
Definition at line 206 of file operation_state.hpp.
References parent_op.
|
inlinenoexcept |
Definition at line 210 of file operation_state.hpp.
References parent_op.
|
inlinenoexcept |
Definition at line 201 of file operation_state.hpp.
References parent_op.
| ParentOp* Kokkos::Execution::ExecutionSpaceImpl::OpStateReceiver< ParentOp >::parent_op |
Definition at line 199 of file operation_state.hpp.