Description
Provides a C library with synchronization primitives such as mutexes and related threading helpers. Developers use it when building software that needs coordination between threads.
Most users install it as a dependency. Developers should still reason carefully about deadlocks, races, and performance when using synchronization primitives.