Liking cljdoc? Tell your friends :D

task-scheduler.core

An abstraction over Java's Fork/Join mechanism: A Fork/Join task is a thread-like entity that is much lighter weight than a normal thread. Huge numbers of tasks and subtasks may be hosted by a small number of actual threads in a ForkJoinPool, at the price of some usage limitations.

An abstraction over Java's Fork/Join mechanism: A Fork/Join task is a
thread-like entity that is much lighter weight than a normal thread.
Huge numbers of tasks and subtasks may be hosted by a small number of
actual threads in a ForkJoinPool, at the price of some usage limitations.
raw docstring

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

× close