Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Async: move the actual task exection into Executor implementation | Dan Vrátil | 2014-12-11 |
| | | | | | | | As of now, Job is only front interface to a chain of Executor subclasses. Each Executor subclass specializes for given type of execution (then, each, reduce, ...), and the chain is then executed recursively, as we did with the original Job implementation. | ||
* | Async: move some definitions out-of-line | Dan Vrátil | 2014-12-11 |
| | |||
* | Prototype of Async library | Dan Vrátil | 2014-12-11 |