Introduction

Get introduced to the concepts we will learn in this chapter.

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.

Get hands-on with 1200+ tech skills courses.