summaryrefslogtreecommitdiffstats
path: root/async/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Buffers wrapped into entity buffer, async command progress tracking.Christian Mollekopf2014-12-28
|
* Async: make the processing truly asynchronousDan Vrátil2014-12-14
| | | | | | Now calling exec() starts the first job and returns a pending Future immediately. Caller can then use Async::FutureWatcher to wait for the future to become finished, i.e. for all jobs to finish execution.
* Prototype of Async libraryDan Vrátil2014-12-11