Runtime
Concurrency Models Explained: How Go, Node.js, Java, Erlang, Rust, and Python Actually Work
Go, Node.js, Java virtual threads, Erlang, Rust, Python, Kotlin: each language’s concurrency model is a different engineering trade-off against the same physics. This article builds the framework for understanding all of them, starting from the OS scheduler and working upward.