GitHub - uzabase/concurrently
Contribute to uzabase/concurrently development by creating an account on GitHub.
A clojure library for making concurrent process-engine backed by core.async. Application can share the engine and can put requests onto the engine. Engine will return a channel containing all processed results for each request.
I.e. a single core.async pipeline shared by many writers-readers (from different threads). Handles exceptions and misbehaving readers that stop reading and could thus block the pipeline.
















