调用async时不创建线程,直到调用了future的get或者wait时才创建线程。 默认策略是: std::launch::async | std::launch::deferred 也就是两种策略的合集 ...
確定! 回上一頁