summaryrefslogtreecommitdiffstats
path: root/async/src/async.h
Commit message (Expand)AuthorAge
* Async: support (re-)executing single Job multiple timesDan Vrátil2015-04-01
* Async: have the top executor reference itself during executionDan Vrátil2015-04-01
* dowhile cleanup, second dowhile version without separate condition.Christian Mollekopf2015-04-01
* Added Async::dowhileChristian Mollekopf2015-04-01
* async todosChristian Mollekopf2015-03-31
* Attempt of a description how async is supposed to work, failing async lifetim...Christian Mollekopf2015-03-31
* Async: initial support for native chaining of KJobsDan Vrátil2015-03-30
* Async: allow consumer continuation without argumentsDan Vrátil2015-03-30
* Async: allow appending Jobs to already running or finished JobsDan Vrátil2015-02-21
* Async: allow appending existing Job objects to the Job chainDan Vrátil2015-02-20
* Async: allow Async::start() to have input valueDan Vrátil2015-02-20
* Async: beautificationDan Vrátil2015-02-09
* Async: move public API implementationDan Vrátil2015-02-09
* Async: Move Async::PrevOut to Async::detail::prevOutDan Vrátil2015-02-09
* Async: improve error handlingDan Vrátil2015-02-09
* Async: introduce sync executorsDan Vrátil2015-02-09
* Async: don't leak ExecutorsDan Vrátil2015-02-07
* Async: mark our future as finished after returning from error handlerDan Vrátil2015-02-07
* Async: remove unused FutureWatchersDan Vrátil2015-02-02
* Async: comments, default error job implementation.Christian Mollekopf2015-01-19
* Async: Error continuation.Christian Mollekopf2015-01-19
* Fixed Async::Future.Christian Mollekopf2015-01-19
* A null job.Christian Mollekopf2015-01-15
* Make async use of jobs work.Christian Mollekopf2015-01-06
* Async: relicense from GPLv2 to LGPLv2+Dan Vrátil2014-12-18
* Async: bring back synchronous Future::waitForFinished()Dan Vrátil2014-12-14
* Async: make the processing truly asynchronousDan Vrátil2014-12-14
* Async: make it build againDan Vrátil2014-12-12
* Async: add some simple documentationDan Vrátil2014-12-12
* Async: move some more code out-of-lineDan Vrátil2014-12-12
* Async: move some common code from executors to shared base classDan Vrátil2014-12-12
* Async: add Reduce taskDan Vrátil2014-12-12
* Async: move the actual task exection into Executor implementationDan Vrátil2014-12-11
* Async: change syntax of callablesDan Vrátil2014-12-11
* Async: move some definitions out-of-lineDan Vrátil2014-12-11
* Async: simplify the template magic around In... being empty or voidDan Vrátil2014-12-11
* Prototype of Async libraryDan Vrátil2014-12-11