std::stop_source::swap
来自cppreference.com
< cpp | thread | stop source
并发支持库
|
|
void
swap(
std::stop_source&
other )
noexcept;
|
(C++20 起) | |
交换 *this 与
other
的停止状态。
参数
other | - | 要与之交换内容的 stop_source
|
返回值
(无)