kokkos-execution 0.0.1
Loading...
Searching...
No Matches
sender_introspection.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_SENDER_INTROSPECTION_HPP
2#define KOKKOS_EXECUTION_IMPL_SENDER_INTROSPECTION_HPP
3
5
7
17template <typename Tag, stdexec::sender Sndr, typename... Env>
19 std::invoke_result_t<stdexec::get_completion_scheduler_t<Tag>, stdexec::env_of_t<Sndr>, Env...>;
20
21} // namespace Kokkos::Execution::Impl
22
23#endif // KOKKOS_EXECUTION_IMPL_SENDER_INTROSPECTION_HPP
std::invoke_result_t< stdexec::get_completion_scheduler_t< Tag >, stdexec::env_of_t< Sndr >, Env... > completion_scheduler_of_t
Retrieve the completion scheduler for a given completion tag.