/pipeline-extras

pipline extras for clojure.core.async library

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

pipeline-extras

Clojars Project

Fixed version of pipeline* (no off-by-two error in pipeline-async ASYNC-163), as well as unordered versions of all pipeline functions. Requires but doesn't include clojure.core.async as a dependency. Should work on both JVM Clojure and ClojureScript.

Building

To just build a jar:

clojure -T:build jar

To build and install jar to a local .m2 repo:

clojure -T:build install

Testing

To run tests:

clojure -X:test/kaocha

Coverage:

clojure -X:test/cloverage

License

Copyright © 2022 Andrey Listopadov

Distributed under the Eclipse Public License version 1.0.