|
kokkos-execution 0.0.1
|
Receiver for an object parent_op that implements complete.
More...
#include <receiver.hpp>
Public Types | |
| using | receiver_concept = stdexec::receiver_tag |
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 -> stdexec::__fwd_env_t< Env > |
Public Attributes | |
| ParentOp * | parent_op |
Receiver for an object parent_op that implements complete.
Definition at line 12 of file receiver.hpp.
| using Kokkos::Execution::Impl::Receiver< ParentOp, Env >::receiver_concept = stdexec::receiver_tag |
Definition at line 13 of file receiver.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 31 of file receiver.hpp.
|
inlinenoexcept |
Definition at line 22 of file receiver.hpp.
|
inlinenoexcept |
Definition at line 26 of file receiver.hpp.
|
inlinenoexcept |
Definition at line 17 of file receiver.hpp.
| ParentOp* Kokkos::Execution::Impl::Receiver< ParentOp, Env >::parent_op |
Definition at line 15 of file receiver.hpp.