|
kokkos-execution 0.0.1
|
Receiver for stdexec::sync_wait.
More...
#include <sync_wait.hpp>
Public Types | |
| using | receiver_concept = Impl::DeferredCompletionReceiverTag |
Public Member Functions | |
| template<typename... Args> | |
| void | set_value (Args &&... args) &&noexcept |
| template<typename Error> requires HasErrorPtr::value | |
| void | set_error (Error &&err) &&noexcept |
| void | set_stopped () &&noexcept |
| void | continues_after () &&noexcept |
| void | continues_after (const Impl::Event< Exec > &event) &&noexcept |
| constexpr auto | get_env () const noexcept -> env |
Public Attributes | |
| Impl::State< Exec > const * | state |
| State< HasErrorPtr > * | runloop_state |
| std::optional< ResultType > * | result |
Static Public Attributes | |
| static constexpr auto | label = Impl::dispatch_label<Exec, ": sync_wait">() |
Receiver for stdexec::sync_wait.
Definition at line 46 of file sync_wait.hpp.
| using Kokkos::Execution::Impl::SyncWait::Receiver< Exec, HasErrorPtr, ResultType >::receiver_concept = Impl::DeferredCompletionReceiverTag |
Definition at line 47 of file sync_wait.hpp.
|
inlinenoexcept |
Definition at line 74 of file sync_wait.hpp.
|
inlinenoexcept |
Definition at line 80 of file sync_wait.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 87 of file sync_wait.hpp.
|
inlinenoexcept |
Definition at line 62 of file sync_wait.hpp.
|
inlinenoexcept |
Definition at line 69 of file sync_wait.hpp.
|
inlinenoexcept |
Definition at line 56 of file sync_wait.hpp.
|
staticconstexpr |
Definition at line 49 of file sync_wait.hpp.
| std::optional<ResultType>* Kokkos::Execution::Impl::SyncWait::Receiver< Exec, HasErrorPtr, ResultType >::result |
Definition at line 53 of file sync_wait.hpp.
| State<HasErrorPtr>* Kokkos::Execution::Impl::SyncWait::Receiver< Exec, HasErrorPtr, ResultType >::runloop_state |
Definition at line 52 of file sync_wait.hpp.
| Impl::State<Exec> const* Kokkos::Execution::Impl::SyncWait::Receiver< Exec, HasErrorPtr, ResultType >::state |
Definition at line 51 of file sync_wait.hpp.