summaryrefslogtreecommitdiffstats
path: root/async/src/async_impl.h
Commit message (Collapse)AuthorAge
* Async: change syntax of callablesDan Vrátil2014-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.
* Prototype of Async libraryDan Vrátil2014-12-11