diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-31 12:20:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-31 12:20:51 +0200 |
commit | 24bdd18eb62d9b69eeaadc0f9e857daad1d06c02 (patch) | |
tree | 63cfa0c4a8dde261d73c2ddde450b47659a10071 /async/src | |
parent | ef9e47279a9d066ccb93ff1946d20d3b13953957 (diff) | |
download | sink-24bdd18eb62d9b69eeaadc0f9e857daad1d06c02.tar.gz sink-24bdd18eb62d9b69eeaadc0f9e857daad1d06c02.zip |
async todos
Diffstat (limited to 'async/src')
-rw-r--r-- | async/src/async.h | 3 |
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 | */ |
61 | namespace Async { | 64 | namespace Async { |
62 | 65 | ||