Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Async: allow appending existing Job objects to the Job chain | Dan Vrátil | 2015-02-20 |
* | Async: allow Async::start() to have input value | Dan Vrátil | 2015-02-20 |
* | Async: introduce sync executors | Dan Vrátil | 2015-02-09 |
* | AsyncTest: block until innerJob finishes to prevent crash | Dan Vrátil | 2015-02-07 |
* | Async: Error continuation. | Christian Mollekopf | 2015-01-19 |
* | Async test for nested jobs. | Christian Mollekopf | 2015-01-16 |
* | Make async use of jobs work. | Christian Mollekopf | 2015-01-06 |
* | Async: bring back synchronous Future::waitForFinished() | Dan Vrátil | 2014-12-14 |
* | Async: make the processing truly asynchronous | Dan Vrátil | 2014-12-14 |
* | Async: add Reduce task | Dan Vrátil | 2014-12-12 |
* | Async: move the actual task exection into Executor implementation | Dan Vrátil | 2014-12-11 |
* | Async: change syntax of callables | Dan Vrátil | 2014-12-11 |
* | Async: simplify the template magic around In... being empty or void | Dan Vrátil | 2014-12-11 |
* | Prototype of Async library | Dan Vrátil | 2014-12-11 |