diff --git a/resources/test/mastodon_bot/rss_api/rss_items.edn b/resources/test/mastodon_bot/rss_api/rss_items.edn new file mode 100644 index 0000000..ae193a6 --- /dev/null +++ b/resources/test/mastodon_bot/rss_api/rss_items.edn @@ -0,0 +1,9 @@ +{: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