【发布时间】:2015-09-14 20:45:58
【问题描述】:
我见过使用pthread 用C++ 编写多线程程序的代码以及使用std::thread 库的其他代码。用线程库代替pthread有什么好处?
【问题讨论】:
标签: c++ multithreading pthreads
我见过使用pthread 用C++ 编写多线程程序的代码以及使用std::thread 库的其他代码。用线程库代替pthread有什么好处?
【问题讨论】:
标签: c++ multithreading pthreads
有多种优势。列出这些,不一定按重要性顺序。
【讨论】: