Rich has considered making some of the internal analysis stuff that is in the go macro available via the compiler (so it doesn't have to be re-built in go), but I don't think that includes anything related to channels or blocking takes/puts, unless I'm misremembering.
You might want to look at the clojure.parallel namespace in core - it's deprecated and not in the docs but is a wrapper for fork/join from an older time. On Wednesday, May 2, 2018 at 2:00:56 PM UTC-5, Leon Grapenthin wrote: > > I remember a Rich Hickey talk on core.async where he mentioned building > blocking takes/puts into the compiler, as a possible future extension, > making the go macro obsolete. Is that on any roadmap? > > Tesser I have to look at again, it seemed to go into a similar direction. > > Fork/Join /w reducers is not a possibility in my algorithm since forks > itself dynamically. > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
