clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
2020-08-12T00:40:30.155200Z

Core async gives you ques between threads. In an abstract sense, It's a way to hand off work to different works. Think of a system where once a worker finishes a task they have to wait to hand the product off. Core asynce introduces an assembly line so the worker can put it on that and move on.

👍 1