This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-29
Channels
- # admin-announcements (6)
- # announcements (1)
- # beginners (1)
- # boot (104)
- # braid-chat (5)
- # cbus (1)
- # cider (2)
- # clojure (147)
- # clojure-japan (1)
- # clojure-poland (1)
- # clojure-russia (31)
- # clojurescript (16)
- # core-async (4)
- # css (2)
- # cursive (14)
- # datomic (40)
- # devcards (5)
- # dirac (100)
- # emacs (5)
- # funcool (1)
- # immutant (52)
- # juxt (4)
- # ldnclj (128)
- # lein-figwheel (12)
- # leiningen (26)
- # luminus (3)
- # mount (22)
- # off-topic (11)
- # om (144)
- # onyx (2)
- # parinfer (1)
- # proton (7)
- # re-frame (55)
- # reagent (16)
- # slack-help (5)
- # yada (1)
@mccraigmccraig: discovered ctx/with-context
and pm/promise-context
(from your bug report no less) and now I'm set.
Looks like I will be able to get away with a combination of p/all and m/alet (all allows its contained to run in parallel [at least when inside an alet]).
Anyone who's following along and/or interested (e.g. @hugesandwich ) can see the final code here: http://stackoverflow.com/questions/35666407/how-to-parallelize-m-sequential-operations-over-n-objects-with-sync-point/35674674?noredirect=1#comment59040248_35674674 [Also open to suggestions for improvement].