C++11多线程(二):this_thread 名字空间

     C++ 11的 std::this_thread名字实现了不少线程辅助函数,例如get_id(),  yeild()等,this_thread代码以下:ios namespace this_thread { thread::id get_id() _NOEXCEPT; inline void yield() _NOEXCEPT { // give up balance of time
相关文章
相关标签/搜索