std::stop_token::swap
来自 cppreference.com
< cpp | thread | stop token
void swap( std::stop_token& other ) noexcept; |
(自 C++20 起) | |
交换关联的停止状态 *this 和 other.
[编辑] 参数
other | - | stop_token 要交换内容的 |
[编辑] 返回值
(无)