|
kokkos-execution 0.0.1
|
#include <schedule_from.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< ScheduleFromOpState< Sndr, Rcvr >, Sndr &&, Rcvr && >) -> ScheduleFromOpState< Sndr, Rcvr > |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<stdexec::__decays_to< ScheduleFromSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
Public Attributes | |
| Sndr | sndr |
Definition at line 113 of file schedule_from.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromSender< Sndr >::sender_concept = stdexec::sender_tag |
Definition at line 114 of file schedule_from.hpp.
|
inlineconstexprnoexcept |
Definition at line 120 of file schedule_from.hpp.
References sndr.
|
inlinestaticconsteval |
Definition at line 116 of file schedule_from.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 125 of file schedule_from.hpp.
References sndr.
| Sndr Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromSender< Sndr >::sndr |
Definition at line 127 of file schedule_from.hpp.