paralab.fj-core
Module contains core interface to Java ForkJoin library.
On the basis of gist from swannodette: https://gist.github.com/888733
make-fj-pool
(make-fj-pool)
(make-fj-pool n-cpus)
Creates fork-join thread pool with a specified number of threads. If no argument is given it creates number of threads equal to #cpus.