|
| template<stdexec::receiver Rcvr, typename FwdPolicy = std::conditional_t< std::same_as< stdexec::__detail::__completing_domain_t<stdexec::set_value_t, Sndr, stdexec::env_of_t<Rcvr>>, Domain > || has_when_all_child_with_at_least_one_child_completing_on_v< stdexec::set_value_t, Domain, Sndr, stdexec::env_of_t<Rcvr> > || has_fork_join_child_with_at_least_one_child_completing_on_v< stdexec::set_value_t, Domain, Sndr, stdexec::env_of_t<Rcvr> >, FwdWithExec, FwdWithoutExec >> |
| auto | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_move_constructible_v< Rcvr >) -> stdexec::connect_result_t< Sndr, ContinuesOnReceiver< Rcvr, FwdPolicy > > |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
template<stdexec::sender Sndr>
struct Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Sndr >
Sender for continues_on.
Definition at line 62 of file continues_on.hpp.
template<stdexec::sender Sndr>
template<stdexec::receiver Rcvr, typename FwdPolicy = std::conditional_t< std::same_as< stdexec::__detail::__completing_domain_t<stdexec::set_value_t, Sndr, stdexec::env_of_t<Rcvr>>, Domain > || has_when_all_child_with_at_least_one_child_completing_on_v< stdexec::set_value_t, Domain, Sndr, stdexec::env_of_t<Rcvr> > || has_fork_join_child_with_at_least_one_child_completing_on_v< stdexec::set_value_t, Domain, Sndr, stdexec::env_of_t<Rcvr> >, FwdWithExec, FwdWithoutExec >>