|
kokkos-execution 0.0.1
|
#include <operation_state.hpp>
Public Types | |
| using | execution_space = typename Clsr::execution_space |
| using | receiver_t = Rcvr |
| using | closures_t = stdexec::__tuple<Clsr, Clsrs...> |
| using | may_delegate_completion_with_event_t = MayDelegateCompletionWithEvent<Rcvr, execution_space> |
Public Member Functions | |
| constexpr | OpStateBase (Rcvr rcvr_, Clsr clsr_, Clsrs... clsrs_) noexcept(std::is_nothrow_constructible_v< may_delegate_completion_with_event_t, Rcvr > &&std::is_nothrow_move_constructible_v< Clsr > &&(std::is_nothrow_move_constructible_v< Clsrs > &&...)) |
| void | propagate_completion_signal (stdexec::set_value_t) noexcept |
| template<typename Error> | |
| void | propagate_completion_signal (stdexec::set_error_t, Error &&error) noexcept |
| void | propagate_completion_signal (stdexec::set_stopped_t) noexcept |
| constexpr auto | query (get_exec_t) const noexcept -> ExecutionSpaceRef< execution_space > |
| constexpr auto | get_env () const noexcept -> ::stdexec::__fwd_env_t<::stdexec::env_of_t< Rcvr > > |
Public Attributes | |
| closures_t | clsrs |
Definition at line 148 of file operation_state.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::OpStateBase< Rcvr, Clsr, Clsrs >::closures_t = stdexec::__tuple<Clsr, Clsrs...> |
Definition at line 153 of file operation_state.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::OpStateBase< Rcvr, Clsr, Clsrs >::execution_space = typename Clsr::execution_space |
Definition at line 151 of file operation_state.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::OpStateBase< Rcvr, Clsr, Clsrs >::may_delegate_completion_with_event_t = MayDelegateCompletionWithEvent<Rcvr, execution_space> |
Definition at line 155 of file operation_state.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::OpStateBase< Rcvr, Clsr, Clsrs >::receiver_t = Rcvr |
Definition at line 152 of file operation_state.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 159 of file operation_state.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 192 of file operation_state.hpp.
|
inlinenoexcept |
Definition at line 178 of file operation_state.hpp.
|
inlinenoexcept |
Definition at line 182 of file operation_state.hpp.
|
inlinenoexcept |
Definition at line 166 of file operation_state.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 188 of file operation_state.hpp.
| closures_t Kokkos::Execution::ExecutionSpaceImpl::OpStateBase< Rcvr, Clsr, Clsrs >::clsrs |
Definition at line 157 of file operation_state.hpp.