| 200 | } |
| 201 | |
| 202 | [[nodiscard]] |
| 203 | constexpr auto get_token() const noexcept -> STDEXEC::inplace_stop_token |
| 204 | { |
| 205 | return this->__source_.get_token(); |
| 206 | } |
| 207 | |
| 208 | [[nodiscard]] |
| 209 | constexpr auto async_wait() const noexcept -> __sender_t |
no outgoing calls
no test coverage detected