std::stop_token::swap
Min standard notice:
Exchanges the associated stop-state of *this and other.
# Declarations
void swap( std::stop_token& other ) noexcept;
(since C++20)
# Parameters
other: stop_token to exchange the contents with
# Return value
(none)