Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Async: change syntax of callables | Dan Vrátil | 2014-12-11 |
| | | | | | | We now pass our own Async::Future to each task, instead of expecting tasks to return their future. This allows us to re-use the same Future for repeated invocations, like in the Each task. | ||
* | Async: move some definitions out-of-line | 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 |