Liking cljdoc? Tell your friends :D

cljam.common

Common vars.

Common vars.
raw docstring

*n-threads*clj

The number of threads.

The number of threads.
sourceraw docstring

get-exec-n-threadsclj

(get-exec-n-threads)

Returns the actual number of threads that will be used for executions. n-threads itself will be used if it is more than zero. Otherwise, (processors + 3) will be used. Note that this return value includes the main thread.

Returns the actual number of threads that will be used for executions.
*n-threads* itself will be used if it is more than zero. Otherwise,
(processors + 3) will be used. Note that this return value includes the main
thread.
sourceraw docstring

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

× close