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
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
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