Skip to content

Concurrency models

Category: Foundations · Status: stub

One line: The families of answers to how tasks share work and coordinate: threads and locks, communicating processes, actors, async tasks on an event loop, data parallelism, transactional memory.

Also called: parallelism models, the concurrency landscape.

How it connects

Where to read more