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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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