kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr > Struct Template Reference

Sender for continues_on. More...

#include <continues_on.hpp>

Public Types

using sender_concept = stdexec::sender_tag
template<typename Rcvr>
using exec_env_policy_t
template<typename Rcvr>
using rcvr_t = ContinuesOnReceiver<exec_env_policy_t<Rcvr>, Schd, Rcvr>

Public Member Functions

template<stdexec::receiver Rcvr>
auto connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< rcvr_t< Rcvr >, Schd &&, Rcvr && > &&stdexec::__nothrow_connectable< Sndr &&, rcvr_t< Rcvr > >) -> stdexec::connect_result_t< Sndr, rcvr_t< Rcvr > >
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 ()

Public Attributes

Schd schd
Sndr sndr

Detailed Description

template<stdexec::scheduler Schd, stdexec::sender Sndr>
struct Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >

Sender for continues_on.

Definition at line 40 of file continues_on.hpp.

Member Typedef Documentation

◆ exec_env_policy_t

template<stdexec::scheduler Schd, stdexec::sender Sndr>
template<typename Rcvr>
using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::exec_env_policy_t
Initial value:
std::conditional_t<
std::same_as<
stdexec::__completion_domain_of_t<stdexec::set_value_t, Sndr, stdexec::__fwd_env_t<stdexec::env_of_t<Rcvr>>>,
>,
>

Definition at line 49 of file continues_on.hpp.

◆ rcvr_t

template<stdexec::scheduler Schd, stdexec::sender Sndr>
template<typename Rcvr>
using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::rcvr_t = ContinuesOnReceiver<exec_env_policy_t<Rcvr>, Schd, Rcvr>

Definition at line 59 of file continues_on.hpp.

◆ sender_concept

template<stdexec::scheduler Schd, stdexec::sender Sndr>
using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::sender_concept = stdexec::sender_tag

Definition at line 41 of file continues_on.hpp.

Member Function Documentation

◆ connect()

template<stdexec::scheduler Schd, stdexec::sender Sndr>
template<stdexec::receiver Rcvr>
auto Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::connect ( Rcvr rcvr) &&->stdexec::connect_result_t< Sndr, rcvr_t< Rcvr > >
inlinenoexcept

Definition at line 62 of file continues_on.hpp.

References schd, and sndr.

◆ get_completion_signatures()

template<stdexec::scheduler Schd, stdexec::sender Sndr>
template<::stdexec::__decays_to< ContinuesOnSender > Self, typename... Env>
consteval auto Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::get_completion_signatures ( )
inlinestaticconsteval

Definition at line 46 of file continues_on.hpp.

◆ get_env()

template<stdexec::scheduler Schd, stdexec::sender Sndr>
auto Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::get_env ( ) const->Kokkos::Execution::Impl::ForwardingAttributes< Sndr >
inlinenodiscardconstexprnoexcept

Definition at line 69 of file continues_on.hpp.

References sndr.

Member Data Documentation

◆ schd

template<stdexec::scheduler Schd, stdexec::sender Sndr>
Schd Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::schd

Definition at line 43 of file continues_on.hpp.

◆ sndr

template<stdexec::scheduler Schd, stdexec::sender Sndr>
Sndr Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnSender< Schd, Sndr >::sndr

Definition at line 44 of file continues_on.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/execution_space/continues_on.hpp