...

/

Introduction

Introduction

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

We'll cover the following...

After covering lazy evaluation and proxy objects in the last chapter, we will now explore how to write concurrent programs in C++ using threads with shared memory. We will look at ways to make concurrent programs correct by writing programs that are free from data races and deadlocks. This chapter will also contain advice on how to make concurrent programs run with low latency and high throughput.

Access this course and 1400+ top-rated courses and projects.