(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |