Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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