...
/Introduction to Locked Data Structures
Introduction to Locked Data Structures
This lesson presents a motivation to study locked data structures.
We'll cover the following...
Before moving beyond locks, you’ll first learn how to use locks in some common data structures. Adding locks to a data structure to make it usable by threads makes the structure thread safe. Of course, exactly how such locks are added determines both ...