共用方式為


launch 列舉

表示描述樣板函式的 async可能方法位元遮罩型別。

enum class launch{
   async,
   deferred,
   any = async | deferred
};

需求

標題: future

命名空間: std::launch

請參閱

參考

<future>

其他資源

C++ 標準程式庫標頭檔