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
4
#include "
kokkos-execution/stdexec.hpp
"
5
6
namespace
Kokkos::Execution::Impl
{
7
17
template
<
typename
Tag, stdexec::sender Sndr,
typename
... Env>
18
using
completion_scheduler_of_t
=
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
stdexec.hpp
Kokkos::Execution::Impl
Definition
attributes.hpp:6
Kokkos::Execution::Impl::completion_scheduler_of_t
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.
Definition
sender_introspection.hpp:18
kokkos-execution
impl
sender_introspection.hpp
Generated on
for kokkos-execution by
1.15.0