- Exercise

In this exercise, you will throw and handle an exception using std::promise and std::future.

We'll cover the following...

Task

Implement a program where the promise throws an exception ...