|
kokkos-execution 0.0.1
|
#include <check_scheduler_type.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_t |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) &&noexcept(stdexec::__nothrow_connectable< Sndr &&, Rcvr && >) |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) const &noexcept(stdexec::__nothrow_connectable< const Sndr &, Rcvr && >) |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<::stdexec::__decays_to< CheckSchedulerTypeSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
| template<stdexec::receiver Rcvr> | |
| static consteval bool | check_scheduler_type () |
Public Attributes | |
| Sndr | sndr |
Definition at line 38 of file check_scheduler_type.hpp.
| using Tests::Utils::CheckSchedulerTypeSender< Sndr, Tag, Schd >::sender_concept = stdexec::sender_t |
Definition at line 39 of file check_scheduler_type.hpp.
|
inlinestaticconsteval |
First, try to get the completion scheduler from the sender environment.
Fallback on the receiver environment.
Definition at line 58 of file check_scheduler_type.hpp.
|
inlineconstexprnoexcept |
Definition at line 46 of file check_scheduler_type.hpp.
References check_scheduler_type(), and sndr.
|
inlineconstexprnoexcept |
Definition at line 52 of file check_scheduler_type.hpp.
References check_scheduler_type(), and sndr.
|
inlinestaticconsteval |
Definition at line 43 of file check_scheduler_type.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 80 of file check_scheduler_type.hpp.
References sndr.
| Sndr Tests::Utils::CheckSchedulerTypeSender< Sndr, Tag, Schd >::sndr |
Definition at line 41 of file check_scheduler_type.hpp.