|
kokkos-execution 0.0.1
|
Sender for stdexec::then.
More...
#include <then.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
| using | closure_t = ThenClosure<Exec, Functor> |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) &&noexcept(noexcept(make_opstate_t< Sndr, Rcvr, closure_t >{}(std::declval< Sndr >(), std::declval< Rcvr >(), std::declval< closure_t >()))) -> opstate_t< Sndr, Rcvr, closure_t > |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<::stdexec::__decays_to< ThenSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
Public Attributes | |
| closure_t | clsr |
| Sndr | sndr |
Sender for stdexec::then.
| using Kokkos::Execution::GraphImpl::ThenSender< Exec, Sndr, Functor >::closure_t = ThenClosure<Exec, Functor> |
| using Kokkos::Execution::GraphImpl::ThenSender< Exec, Sndr, Functor >::sender_concept = stdexec::sender_tag |
|
inlineconstexprnoexcept |
|
inlinestaticconsteval |
|
inlinenodiscardconstexprnoexcept |
| closure_t Kokkos::Execution::GraphImpl::ThenSender< Exec, Sndr, Functor >::clsr |
| Sndr Kokkos::Execution::GraphImpl::ThenSender< Exec, Sndr, Functor >::sndr |