void swap( std::stop_token& other ) noexcept; | (since C++20) |
Exchanges the associated stop-state of *this
and other
.
other | - | stop_token to exchange the contents with |
(none).
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/thread/stop_token/swap