diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-04-03 16:34:38 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-04-04 20:44:17 +0200 |
commit | cc6156e187b376ba127338100cefbc99ca41f47b (patch) | |
tree | dec66dec4fa01684c731c98ba6b52def85306863 /async/src | |
parent | 9d0a8497f9693bccdd1c031104ea5837dc62e4ee (diff) | |
download | sink-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.h | 1 |
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 | */ |
64 | namespace Async { | 63 | namespace Async { |
65 | 64 | ||