core-async

orestis 2020-10-03T11:14:46.055400Z

https://clojureverse.org/t/is-this-an-efficient-way-of-handling-concurrency/6612 there is an interesting question in ClojureVerse and core.async pipelines came up. If someone more knowledgeable could chip in it’d be welcome. I couldn’t find examples of pipeline readily available.

orestis 2020-10-03T11:15:52.057Z

Also looking at the source, pipeline and pipeline-blocking seem to be equivalent in their implementation. Perhaps a future extension point so that there’s different thread pools?

alexmiller 2020-10-03T13:36:08.057300Z

That’s correct