Search⌘ K
AI Features

Introduction to Tasks

Explore asynchronous tasks in C++ by understanding the role of promises and futures. Learn how these components communicate through data channels to manage task results independently. Gain insight into task behavior for concurrency, preparing you for deeper concepts in thread and task differences.

We'll cover the following...

In addition to threads, C++ has tasks to ...