mateusz@systems ~/book/synchronization-primitives $ cat section.md

Synchronization Primitives

[Content coming soon...]

This section will cover coordinating shared state between threads: mutexes and futexes, atomics and memory ordering, and the failure modes—contention, priority inversion, and deadlock.