std::thread 學習筆記
使用 std::thread 為什麼要加 -pthread
g++ - Why do I have to pass "-pthread" option while using std::thread? - Stack Overflow
https://stackoverflow.com/questions/46994982/g-why-do-i-have-to-pass-pthread-option-while-using-stdthread
g ++ - 爲什麼我必須在使用std :: thread時傳遞「-pthread」選項?
http://hk.voidcc.com/question/p-vzpcieap-vh.html
(上面Stack Overflow的中文版)
std::thread是C++中的一個抽象,可以使用pthread或OS的本機線程來實現
留言
張貼留言