我知道C++支持线程.在Windows平台上,使用#include <thread>工作正常.
#include <thread>
是#includes <thread>在Linux上工作,还是应该使用一些不同的头文件?
#includes <thread>
c++ linux multithreading
c++ ×1
linux ×1
multithreading ×1