美文网首页
swap (thread)

swap (thread)

作者: 锅阿牛 | 来源:发表于2016-08-07 20:36 被阅读0次

函数

std::swap (thread) 介绍


声明

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

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

和函数swap()类似。

参数


x,y

x,y是都是thread对象

返回值


数据竞争


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

异常安全


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

相关文章

网友评论

      本文标题:swap (thread)

      本文链接:https://www.haomeiwen.com/subject/ciplsttx.html