Tasks, Futures, and Promises
Learn about tasks, futures, and promises in C++.
We'll cover the following
Tasks are one of the latest additions to the C++11 standard. They offer better abstraction than threads. In most cases, they should be our first choice.
Get hands-on with 1400+ tech skills courses.