Task-scheduler 0.2.1

Released under the MIT License (MIT)

Fork/Join task scheduling in Clojure.

Installation

To install, add the following dependency to your project or build file:

[rm-hull/task-scheduler "0.2.1"]

Topics

Namespaces

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.

Public variables and functions: