summaryrefslogtreecommitdiffstats
path: root/async/src
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2015-04-03 16:34:38 +0200
committerDan Vrátil <dvratil@redhat.com>2015-04-04 20:44:17 +0200
commitcc6156e187b376ba127338100cefbc99ca41f47b (patch)
treedec66dec4fa01684c731c98ba6b52def85306863 /async/src
parent9d0a8497f9693bccdd1c031104ea5837dc62e4ee (diff)
downloadsink-cc6156e187b376ba127338100cefbc99ca41f47b.tar.gz
sink-cc6156e187b376ba127338100cefbc99ca41f47b.zip
Async: one TODO done, few more to go
Diffstat (limited to 'async/src')
-rw-r--r--async/src/async.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/async/src/async.h b/async/src/async.h
index 7425604..6cb3825 100644
--- a/async/src/async.h
+++ b/async/src/async.h
@@ -59,7 +59,6 @@
59 * TODO: Progress reporting through future 59 * TODO: Progress reporting through future
60 * TODO: Possibility to abort a job through future (perhaps optional?) 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. 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?
63 */ 62 */
64namespace Async { 63namespace Async {
65 64