Concurrent Queues

This lesson presents the design and implementation of a thread-safe queue.

We'll cover the following...

As you know by now, there is always a standard method to make a concurrent data structure: add a big lock. For a queue, let’s skip that approach, assuming you can figure it out.

Instead, let’s take a look at a slightly more concurrent queue designed by ...

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