this_thread
销毁 thread 对象。
若 *this 拥有关联线程( joinable() == true ),则调用 std::terminate() 。
在下列操作后 thread 对象无关联的线程(从而可安全销毁)