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
相關文章
相關標籤/搜索