token get_token() noexcept;
void request_stop() noexcept;
template<sender Sender> sender auto counting_scope::token::wrap(Sender&& snd) const noexcept(is_nothrow_constructible_v<remove_cvref_t<Sender>, Sender>);