| 716 | { |
| 717 | template <__one_of<get_scheduler_t, get_start_scheduler_t> _Tag> |
| 718 | [[nodiscard]] |
| 719 | constexpr auto query(_Tag) const noexcept -> start_scheduler_type |
| 720 | { |
| 721 | return __promise_->__state_->__sch_; |
| 722 | } |
| 723 | |
| 724 | [[nodiscard]] |
| 725 | constexpr auto query(get_allocator_t) const noexcept -> allocator_type |
nothing calls this directly
no test coverage detected