|
kokkos-execution 0.0.1
|
Receiver for schedule_from.
More...
#include <schedule_from.hpp>
Public Types | |
| using | receiver_concept = stdexec::receiver_t |
Public Member Functions | |
| void | set_value () &&noexcept |
| template<typename Error> | |
| void | set_error (Error &&err) &&noexcept |
| void | set_stopped () &&noexcept |
Public Attributes | |
| Schd | schd |
| Rcvr | rcvr |
Receiver for schedule_from.
Definition at line 17 of file schedule_from.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromReceiver< Schd, Rcvr >::receiver_concept = stdexec::receiver_t |
Definition at line 18 of file schedule_from.hpp.
|
inlinenoexcept |
Definition at line 46 of file schedule_from.hpp.
References rcvr.
|
inlinenoexcept |
Definition at line 50 of file schedule_from.hpp.
References rcvr.
|
inlinenoexcept |
If the downstream receiver is our customization of continues_on and it shares the same execution space instance, skip the fence.
Definition at line 23 of file schedule_from.hpp.
References Kokkos::Execution::ExecutionSpaceImpl::get_exec, rcvr, and schd.
| Rcvr Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromReceiver< Schd, Rcvr >::rcvr |
Definition at line 21 of file schedule_from.hpp.
| Schd Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromReceiver< Schd, Rcvr >::schd |
Definition at line 20 of file schedule_from.hpp.