等待线程结束。
void Join();
当前实现会在 m_thread.joinable() 时调用 m_thread.join();否则什么也不做。
m_thread.joinable()
m_thread.join()