分离线程。
void Detach();
当前实现会在 m_thread.joinable() 时调用 m_thread.detach();否则什么也不做。
m_thread.joinable()
m_thread.detach()
Thread
Join()