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

Function query

include/exec/thread_pool_base.hpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 auto operator==(scheduler const &) const -> bool = default;
482
483 [[nodiscard]]
484 constexpr auto query(STDEXEC::get_forward_progress_guarantee_t) const noexcept
485 -> STDEXEC::forward_progress_guarantee
486 {
487 return pool_->forward_progress_guarantee();
488 }
489
490 template <STDEXEC::__one_of<STDEXEC::set_value_t, STDEXEC::set_stopped_t> Tag>
491 [[nodiscard]]

Callers 3

executorClass · 0.50
queryMethod · 0.50
available_parallelismMethod · 0.50

Calls 1

Tested by

no test coverage detected