<thread>

public member function
<thread>

std::thread::~thread

~thread();
线程析构函数
销毁 thread 对象。

如果在销毁时线程是joinable 的,则会调用 terminate()

异常安全

无异常保证: 绝不抛出异常。