auto lambda2 = []{ return randomSleepAndOutput('+'); }; std::future<int> result1(std::async(std::launch::deferred, ...
確定! 回上一頁