Fork me on GitHub
#core-async
<
2019-08-08
>
Anik Chowhdury11:08:31

How to do multi threading using go block of core.async ? can anyone give some examples? i have gone through docs but can't understand properly yet.

Alex Miller (Clojure team)12:08:06

Go blocks are multiplexed automatically across a thread pool

👍 4