Concurrency Products
Hand-picked concurrency tools and resources we actually use in production. Each item tested by developers, for developers.
2 Products

Designing for Scalability with Erlang/OTP: Implement Robust, Fault-Tolerant Systems
(5/5)
Césarini and Vinoski's guide to building fault-tolerant systems with Erlang/OTP. Even if you never write Erlang, the mental models for fault-tolerance and concurrency are outstanding.
Changed how I think about fault tolerance. Even if you never write Erlang, the mental models for supervision trees and process isolation apply to any resilient system. Read full review.

The Go Programming Language
(5/5)
Comprehensive introduction to Go covering language fundamentals, concurrency, and tooling for building reliable software.
Still the clearest path to idiomatic Go—especially the goroutines and channels chapter. Read full review.