01
POSIX Threads and the Standardization of Shared-Memory Concurrency on Unix
POSIX.1c turned a fragmented collection of vendor thread packages into a portable Unix API for creating threads, synchronizing them, and building shared-memory applications across systems.
↗