|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "kokkos-execution/impl/attributes.hpp"#include "kokkos-execution/impl/completion_signatures.hpp"#include "kokkos-execution/impl/env.hpp"#include "tests/utils/stdexec.hpp"Go to the source code of this file.
Classes | |
| struct | Tests::Utils::check_scheduler_type_t< Tag, Schd > |
| struct | Tests::Utils::CheckSchedulerTypeSender< Sndr, Tag, Schd > |
Namespaces | |
| namespace | Tests |
| namespace | Tests::Utils |
Variables | |
| template<typename Tag, stdexec::scheduler Schd> | |
| constexpr check_scheduler_type_t< Tag, Schd > | Tests::Utils::check_scheduler_type {} |
Sender that statically asserts the scheduler type at connect time.
Definition in file check_scheduler_type.hpp.