|
kokkos-execution 0.0.1
|
Sender for stdexec::continues_on.
More...
#include <continues_on.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
| template<typename Self, typename Rcvr> | |
| using | connect_result_t |
Public Member Functions | |
| template<class... _Ts> | |
| __VA_OPT__ (__VA_OPT__([[__VA_OPT__(host)]] __VA_OPT__(STDEXEC_PP_FOR_EACH_AGAIN()(STDEXEC_ATTRIBUTE_I, device)))) constexpr auto connect(_Ts &&... __args) &&noexcept(noexcept(__static_connect(std::move(*this), static_cast< _Ts && >(__args)...))) -> decltype(__static_connect(std::move(*this), static_cast< _Ts && >(__args)...)) | |
| template<class... _Ts> | |
| __VA_OPT__ (__VA_OPT__([[__VA_OPT__(host)]] __VA_OPT__(STDEXEC_PP_FOR_EACH_AGAIN()(STDEXEC_ATTRIBUTE_I, device)))) constexpr auto connect(_Ts &&... __args) &noexcept(noexcept(__static_connect(*this, static_cast< _Ts && >(__args)...))) -> decltype(__static_connect(*this, static_cast< _Ts && >(__args)...)) | |
| template<class... _Ts> | |
| __VA_OPT__ (__VA_OPT__([[__VA_OPT__(host)]] __VA_OPT__(STDEXEC_PP_FOR_EACH_AGAIN()(STDEXEC_ATTRIBUTE_I, device)))) constexpr auto connect(_Ts &&... __args) const &noexcept(noexcept(__static_connect(*this, static_cast< _Ts && >(__args)...))) -> decltype(__static_connect(*this, static_cast< _Ts && >(__args)...)) | |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<stdexec::__decays_to< ContinuesOnSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
| template<stdexec::__decays_to< ContinuesOnSender > Self, stdexec::receiver Rcvr> | |
| static auto | STDEXEC_PP_CAT (__static_, connect(this Self &&self, Rcvr rcvr) noexcept(is_nothrow_connectable_v< Self, Rcvr >) -> connect_result_t< Self))(STDEXEC_EXPLICIT_THIS_ARGS Rcvr > |
Public Attributes | |
| Schd | schd |
| Sndr | sndr |
Static Public Attributes | |
| template<typename Self, typename Rcvr> | |
| static constexpr bool | is_nothrow_connectable_v |
Sender for stdexec::continues_on.
Definition at line 131 of file continues_on.hpp.
| using Kokkos::Execution::GraphImpl::ContinuesOnSender< Schd, Sndr >::connect_result_t |
Definition at line 137 of file continues_on.hpp.
| using Kokkos::Execution::GraphImpl::ContinuesOnSender< Schd, Sndr >::sender_concept = stdexec::sender_tag |
Definition at line 132 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 157 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 157 of file continues_on.hpp.
|
inlinenoexcept |
Definition at line 157 of file continues_on.hpp.
|
inlinestaticconsteval |
Definition at line 134 of file continues_on.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 159 of file continues_on.hpp.
References KOKKOS_EXECUTION_IMPL_FORWARDING_ATTRIBUTES_GET_ENV, and sndr.
|
inlinestatic |
Definition at line 150 of file continues_on.hpp.
References is_nothrow_connectable_v, and KOKKOS_EXECUTION_IMPL_FORWARD_THIS.
|
staticconstexpr |
Definition at line 141 of file continues_on.hpp.
| Schd Kokkos::Execution::GraphImpl::ContinuesOnSender< Schd, Sndr >::schd |
Definition at line 161 of file continues_on.hpp.
| Sndr Kokkos::Execution::GraphImpl::ContinuesOnSender< Schd, Sndr >::sndr |
Definition at line 162 of file continues_on.hpp.