diff options
Diffstat (limited to 'async/src/async.h')
-rw-r--r-- | async/src/async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/async/src/async.h b/async/src/async.h index 6cb3825..c316639 100644 --- a/async/src/async.h +++ b/async/src/async.h | |||
@@ -56,7 +56,7 @@ | |||
56 | * valid until the task is complete. To abort a job it has to be killed through the future handle. | 56 | * valid until the task is complete. To abort a job it has to be killed through the future handle. |
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: Composed progress reporting |
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 | */ | 62 | */ |