|
kokkos-execution 0.0.1
|
#include <check_scheduler_type.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
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 39 of file check_scheduler_type.hpp.
| using Tests::Utils::CheckSchedulerTypeSender< Sndr, Tag, Schd >::sender_concept = stdexec::sender_tag |
Definition at line 40 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 59 of file check_scheduler_type.hpp.
|
inlineconstexprnoexcept |
Definition at line 47 of file check_scheduler_type.hpp.
References check_scheduler_type(), and sndr.
|
inlineconstexprnoexcept |
Definition at line 53 of file check_scheduler_type.hpp.
References check_scheduler_type(), and sndr.
|
inlinestaticconsteval |
Definition at line 44 of file check_scheduler_type.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 81 of file check_scheduler_type.hpp.
References sndr.
| Sndr Tests::Utils::CheckSchedulerTypeSender< Sndr, Tag, Schd >::sndr |
Definition at line 42 of file check_scheduler_type.hpp.