Threads vs Tasks

This lesson highlights the differences between threads and tasks used in C++ for multithreading.

We'll cover the following...

Threads are very different from tasks. Let’s see how by looking at this piece of code first: