(array-fast-reduce ary-cls)
(in-fork-join-task?)
True if you are currently running in a fork-join task
True if you are currently running in a fork-join task
(iterable-fast-reduce coll-cls)
(map-fast-reduce map-cls)
(n-lookahead options)
(parallel-spliterator-reduce initValFn rfn mergeFn s options)
(pgroups n-elems body-fn)
(pgroups n-elems body-fn options)
Run y groups across n-elems. Y is common pool parallelism.
body-fn gets passed two longs, startidx and endidx.
Returns a sequence of the results of body-fn applied to each group of indexes.
Options:
Run y groups across n-elems. Y is common pool parallelism. body-fn gets passed two longs, startidx and endidx. Returns a sequence of the results of body-fn applied to each group of indexes. Options: * - See the ParallelOptions java object.
(pmap options map-fn sequences)
(queue-put! queue v put-timeout-ms)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close