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

Public Member Functions

template<stdexec::receiver Rcvr>
constexpr auto connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< ContinuesOnOpState< Schd, Sndr, Rcvr >, Sndr &&, Schd &&, Rcvr && >) -> ContinuesOnOpState< Schd, Sndr, 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 121 of file continues_on.hpp.

Member Typedef Documentation

◆ sender_concept

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

Definition at line 122 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) &&->ContinuesOnOpState< Schd, Sndr, Rcvr >
inlineconstexprnoexcept

Definition at line 127 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 124 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 134 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 136 of file continues_on.hpp.

◆ sndr

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

Definition at line 137 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