获取当前线程标识。
static Id GetCurrentId();
当前实现会:
std::this_thread::get_id()
std::hash<std::thread::id>
Id
native_handle()