...

/

Promise and Future: Return a Notification

Promise and Future: Return a Notification

This lesson teaches how to return a notification while using std::promise and future in C++ for multithreading.

We'll cover the following...

If you use promises and futures to synchronize threads, they have a lot in common with condition variables. Most of the time, promises and futures are the better choices. Before I present you an example, here is the big picture.

...

Access this course and 1400+ top-rated courses and projects.