kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::env Struct Reference

Inspired by https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/__detail/__sync_wait.hpp#L45-L65. More...

#include <sync_wait.hpp>

Public Member Functions

auto query (stdexec::get_scheduler_t) const noexcept -> stdexec::run_loop::scheduler
auto query (stdexec::get_delegation_scheduler_t) const noexcept -> stdexec::run_loop::scheduler

Public Attributes

stdexec::run_loop::scheduler schd

Detailed Description

Member Function Documentation

◆ query() [1/2]

auto Kokkos::Execution::Impl::env::query ( stdexec::get_delegation_scheduler_t ) const->stdexec::run_loop::scheduler
inlinenodiscardnoexcept

Definition at line 18 of file sync_wait.hpp.

References schd.

◆ query() [2/2]

auto Kokkos::Execution::Impl::env::query ( stdexec::get_scheduler_t ) const->stdexec::run_loop::scheduler
inlinenodiscardnoexcept

Definition at line 13 of file sync_wait.hpp.

References schd.

Member Data Documentation

◆ schd

stdexec::run_loop::scheduler Kokkos::Execution::Impl::env::schd

Definition at line 10 of file sync_wait.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/impl/sync_wait.hpp