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

See Also

Reference

<future>

Other Resources

Header Files