| 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 |
nothing calls this directly
no test coverage detected