Introduction to std::shared_future
This lesson gives an introduction to std::shared_future which is used in C++ for multithreading.
We'll cover the following...
std::shared_future
The future creates a shared future by using fut.share()
. Shared future is associated with its promise and can ...
Access this course and 1400+ top-rated courses and projects.