Skip to content
On this page

Concurrency

Concurrency is the composition of independently executing computations. Real-Time Interrupt-driven Concurrency is a great read.

Go concurrency model is great.

Notes