Liking cljdoc? Tell your friends :D
Clojure only.

halfling.lib


p-mapclj

(p-map f coll)

Applies a function f on all items of a collection coll in parallel. A version of pmap that uses the Task API for parallelism.

Applies a function `f` on all items of a collection `coll` in parallel.
A version of `pmap` that uses the `Task` API for parallelism.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close