使用win32线程,我有直接向前GetExitCodeThread()提供线程函数返回的值.我正在寻找类似的东西std::thread(或提升线程) 据我所知,这可以通过期货完成,但究竟如何呢?
GetExitCodeThread()
std::thread
c++ multithreading
c++ ×1
multithreading ×1