| 124 | } |
| 125 | |
| 126 | bool request_stop() noexcept |
| 127 | { |
| 128 | if constexpr (!unstoppable_token<__stop_token_t>) |
| 129 | { |
| 130 | return __stop_source_.request_stop(); |
| 131 | } |
| 132 | return false; |
| 133 | } |
| 134 | |
| 135 | inplace_stop_token get_token() const & noexcept |
| 136 | { |
no outgoing calls
no test coverage detected