summaryrefslogtreecommitdiffstats
path: root/async/src
diff options
context:
space:
mode:
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