thread::joinable 方法

指定是否 joinable线程关联。

bool joinable() const _NOEXCEPT;

返回值

true,如果关联线程 joinable;否则,返回 false。

备注

线程对象 joinable,则 get_id() != id()。

要求

标头: 线程

命名空间: std

请参见

参考

thread 类

<thread>

thread::get_id 方法

thread::id 类