From Agents to Executors, this guide covers all of the important concepts for concurrent programming in Clojure. It includes a comprehensive catalog of concurrency primitives.
Written Guides
Pragmatic and in-depth guides to a topic.
Video Lessons
Parts of courses on specific topics
Reducers
Reducers is a library that comes with Clojure. It’s a wrapper around Fork/Join, so it gives you highly parallel implementations of regular functional tools like map, filter, and reduce.