std::promise & std::future in C++
The Core Idea
Imagine you order food at a restaurant.
The token/receipt they give you = std::future
The kitchen that prepares and places food on the counter = std::promise
The counter slot with your
advanced-cpp.hashnode.dev2 min read