Extensions for concurrency
From cppreference.com
< cpp | experimental
The C++ Extensions for Concurrency, ISO/IEC TS 19571:2016, defines the following new components for the C++ standard library:
Contents |
[edit] Continuations and other extensions for std::future
Defined in header
<experimental/future> | |
(concurrency TS) |
a version of std::future enhanced with continuations and other features (class template) |