This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-07
Channels
- # announcements (11)
- # babashka (29)
- # beginners (70)
- # biff (13)
- # calva (1)
- # clojure (24)
- # clojure-europe (125)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-portugal (2)
- # clojure-uk (3)
- # clojurescript (9)
- # core-async (29)
- # cursive (4)
- # emacs (10)
- # etaoin (14)
- # events (3)
- # fulcro (10)
- # funcool (4)
- # helix (1)
- # honeysql (12)
- # introduce-yourself (1)
- # jobs (2)
- # juxt (2)
- # lsp (1)
- # off-topic (17)
- # polylith (58)
- # portal (20)
- # remote-jobs (2)
- # shadow-cljs (2)
- # squint (4)
- # tools-deps (9)
I keep wanting to do pmap
with promesa. Is there a better way than this:
(->> xs
(mapv (fn [x] (p/future (do-stuff x))))
p/all)
Announcement of new release this morning indicates this is being worked on.
> Add pmap
function (analogous to the clojure.core/pmap
but a bit simplified and with the ability to set custom executor thanks to with-executor
macro or clojure.core/binding
) (also experimental).
> https://clojurians.slack.com/archives/C06MAR553/p1667774881537649