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

See Also

Reference

<future>

Other Resources

C++ Standard Library Header Files