swap (thread)

2016-08-07  本文已影响0人  锅阿牛

函数

std::swap (thread) 介绍


声明

void swap (thread& x, thread& y) noexcept;

交换线程,用于交换线程x和y的状态。

和函数swap()类似。

参数


x,y

x,y是都是thread对象

返回值


数据竞争


线程对象x、y都会被修改

异常安全


No-throw guarantee:无任何异常抛出

上一篇 下一篇

猜你喜欢

热点阅读