launch Enumeration
Represents a bitmask type that describes the possible modes for the template function async.
enum class launch{
async,
deferred,
any = async | deferred
};
Requirements
Header: future
Namespace: std::launch
Represents a bitmask type that describes the possible modes for the template function async.
enum class launch{
async,
deferred,
any = async | deferred
};
Header: future
Namespace: std::launch