Tasks, Futures, and Promises

Learn about tasks, futures, and promises in C++.

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 1200+ tech skills courses.