std::stop_token::swap
From cppreference.com
< cpp | スレッド | stop token
| void swap( std::stop_token& other ) noexcept; |
(C++20以降) | |
*this と other の関連付けられた stop-state を交換します。
[編集] パラメータ
| その他 | - | 交換する stop_token |
[編集] 戻り値
(なし)