Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 579 Bytes

tech.parallel

Clojars Project

Parallelization and threading primitives. Functions for:

  • parallelizing generation and transformation of sequences beyond a pmap call.

    • use variable number of threads and backpressure.
  • conversion of async channels to sequences.

Examples

Please see:

core_test.clj

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.