| 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]] |
no test coverage detected