销毁线程包装对象。
~Thread();
当前实现会在 m_thread.joinable() 时自动调用 m_thread.join()。
m_thread.joinable()
m_thread.join()