std::stop_token::swap
來自 cppreference.com
< cpp | thread | stop token
void swap( std::stop_token& other ) noexcept; |
(C++20 起) | |
交換 *this 和 other 的關聯停止狀態。
[編輯] 引數
其他 | - | 要與之交換內容的 stop_token |
[編輯] 返回值
(無)