launch Enumeration
Represents a bitmask type that describes the possible modes for the template function async.
enum launch{
async,
deferred,
any = async | deferred
};
Requirements
Header: future
Namespace: std::launch
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Represents a bitmask type that describes the possible modes for the template function async.
enum launch{
async,
deferred,
any = async | deferred
};
Header: future
Namespace: std::launch