summaryrefslogtreecommitdiffstats
path: root/async/src
diff options
context:
space:
mode:
Diffstat (limited to 'async/src')
-rw-r--r--async/src/async.h3
1 files changed, 3 insertions, 0 deletions
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 @@
57 * TODO: Can we tie the lifetime of the executor to the last available future handle? 57 * TODO: Can we tie the lifetime of the executor to the last available future handle?
58 * 58 *
59 * TODO: Progress reporting through future 59 * TODO: Progress reporting through future
60 * TODO: Possibility to abort a job through future (perhaps optional?)
61 * TODO: Support for timeout, specified during exec call, after which the error handler gets called with a defined errorCode.
62 * TODO: Repeated execution of a job to facilitate i.e. an async while loop of a job?
60 */ 63 */
61namespace Async { 64namespace Async {
62 65