stdasync 问答列表

错误:命名空间“std”中没有名为“async”的成员

作者:coda 提问时间:11/21/2020

我知道这是C++11的事情,但我非常确定我的编译器支持C++11。std::async #include <future> using namespace::std; void functionT...

了解循环中 std::async 中引用的范围和生存期

作者:Sami 提问时间:7/26/2023

我的问题围绕着 listDirs 函数中的 for 循环,我在其中启动异步任务。我通过引用传递路径,然后在单独的线程中调用 listDir 函数。std::async 我知道一旦 for 循环移动到...


共2条 当前第1页