From 24bdd18eb62d9b69eeaadc0f9e857daad1d06c02 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 31 Mar 2015 12:20:51 +0200 Subject: async todos --- async/src/async.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'async/src') diff --git a/async/src/async.h b/async/src/async.h index dc3889b..8f6457b 100644 --- a/async/src/async.h +++ b/async/src/async.h @@ -57,6 +57,9 @@ * TODO: Can we tie the lifetime of the executor to the last available future handle? * * TODO: Progress reporting through future + * TODO: Possibility to abort a job through future (perhaps optional?) + * TODO: Support for timeout, specified during exec call, after which the error handler gets called with a defined errorCode. + * TODO: Repeated execution of a job to facilitate i.e. an async while loop of a job? */ namespace Async { -- cgit v1.2.3