| 194 | } |
| 195 | |
| 196 | [[nodiscard]] |
| 197 | constexpr auto stop_requested() const noexcept -> bool |
| 198 | { |
| 199 | return __stop_token_.stop_requested(); |
| 200 | } |
| 201 | |
| 202 | template <scheduler _Scheduler> |
| 203 | constexpr void set_scheduler(_Scheduler&& __sched) |
no outgoing calls
no test coverage detected