std::experimental::promise (concurrency TS)
From cppreference.com
< cpp | experimental | concurrency
This page is about the modified version of std::promise provided by the concurrency TS supporting the std::future
improvements made by that TS. For the version of promise
with type-erased allocator support provided by the Library Fundamentals TSes, see