{:items [ {:title [Blogpost] Idiomatic Clojure: Mixing Parallel Side Effects and Iteration, :link https://www.reddit.com/r/Clojure/comments/gtz1ox/blogpost_idiomatic_clojure_mixing_parallel_side/, :pubDate 2020-05-31T13:28:48.000Z, :author /u/bsless, :content
https://bsless.github.io/mapping-parallel-side-effects/
Followup from the previous post where I went over the ways to idiomatically map side effects, this post tackles the same issue in a concurrent context. This one has more code than hand-waving, and you can follow along with all the examples.
Would appreciate your feedback. It's a rather technical post and there may be things I missed or didn't consider.
Cheers