kokkos-execution 0.0.1
Loading...
Searching...
No Matches
check_sync_wait.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_TESTS_UTILS_CHECK_SYNC_WAIT_HPP
2#define KOKKOS_EXECUTION_TESTS_UTILS_CHECK_SYNC_WAIT_HPP
3
5
6namespace Tests::Utils {
7
9template <typename Domain, stdexec::sender Sndr>
11 static_assert(stdexec::__never_sends<stdexec::set_error_t, Sndr>);
14 return true;
15}
16
17} // namespace Tests::Utils
18
19#endif // KOKKOS_EXECUTION_TESTS_UTILS_CHECK_SYNC_WAIT_HPP
Check that apply_sender is noexcept.
Definition stdexec.hpp:49
consteval bool check_nothrow_apply_sender()