summaryrefslogtreecommitdiffstats
path: root/async/autotests/asynctest.cpp
Commit message (Expand)AuthorAge
* KAsync has moved to it's own kasync.git repositoryDan Vrátil2015-05-18
* Async: rename Async namespace to KAsyncDan Vrátil2015-05-15
* Async: Nested job error propagation.Christian Mollekopf2015-04-28
* Fixed void async each.Christian Mollekopf2015-04-19
* Async: improve error handling and error propagationDan Vrátil2015-04-06
* Async: remove the silly all-tests benchmarkDan Vrátil2015-04-04
* Async: implement progress reporting through futureDan Vrátil2015-04-04
* Async: fix crash in Job::nestedJobWrapperDan Vrátil2015-04-04
* Async: support (re-)executing single Job multiple timesDan Vrátil2015-04-01
* dowhile cleanup, second dowhile version without separate condition.Christian Mollekopf2015-04-01
* Added Async::dowhileChristian Mollekopf2015-04-01
* Attempt of a description how async is supposed to work, failing async lifetim...Christian Mollekopf2015-03-31
* 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: introduce sync executorsDan Vrátil2015-02-09
* AsyncTest: block until innerJob finishes to prevent crashDan Vrátil2015-02-07
* Async: Error continuation.Christian Mollekopf2015-01-19
* Async test for nested jobs.Christian Mollekopf2015-01-16
* Make async use of jobs work.Christian Mollekopf2015-01-06
* Async: bring back synchronous Future::waitForFinished()Dan Vrátil2014-12-14
* Async: make the processing truly asynchronousDan Vrátil2014-12-14
* 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: simplify the template magic around In... being empty or voidDan Vrátil2014-12-11
* Prototype of Async libraryDan Vrátil2014-12-11