this_thread
销毁 jthread 对象。
jthread
若 *this 拥有关联线程( joinable() == true ),则调用 request_stop() 然后 join() 。
若先前已请求 jthread 停止则 request_stop() 无效果。
jthread 在下列操作后无关联线程