Introduction
Get introduced to the concepts we will learn in this chapter.
We'll cover the following...
The previous chapters have focused on how to introduce concurrency and asynchrony in our programs by using threads and coroutines. This chapter focuses on parallel execution of independent tasks, which is related to but distinct from concurrency.
In earlier chapters, we stressed that we prefer standard library algorithms over handcrafted for
-loops. In this chapter, you will see some great advantages of using standard library algorithms with the execution policies introduced with C++17.
Access this course and 1400+ top-rated courses and projects.