kokkos-execution 0.0.1
Loading...
Searching...
No Matches
sender_introspection.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_EXECUTION_SPACE_SENDER_INTROSPECTION_HPP
2#define KOKKOS_EXECUTION_EXECUTION_SPACE_SENDER_INTROSPECTION_HPP
3
5
7
9
11template <typename Sndr, typename Env = stdexec::env<>>
12using exec_of_t = typename stdexec::__completion_scheduler_of_t<stdexec::set_value_t, Sndr, Env>::execution_space;
13
14} // namespace Kokkos::Execution::ExecutionSpaceImpl
15
16#endif // KOKKOS_EXECUTION_EXECUTION_SPACE_SENDER_INTROSPECTION_HPP
typename stdexec::__completion_scheduler_of_t< stdexec::set_value_t, Sndr, Env >::execution_space exec_of_t
Type of the execution space extracted from a sender's completion scheduler.