MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / query

Method query

include/stdexec/__detail/__sync_wait.hpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 {
51 template <__one_of<get_scheduler_t, get_start_scheduler_t, get_delegation_scheduler_t> _Query>
52 [[nodiscard]]
53 constexpr auto query(_Query) const noexcept -> run_loop::scheduler
54 {
55 return __loop_->get_scheduler();
56 }
57
58 [[nodiscard]]
59 constexpr auto query(__root_t) const noexcept -> bool

Callers

nothing calls this directly

Calls 1

get_schedulerMethod · 0.45

Tested by

no test coverage detected