From cc6156e187b376ba127338100cefbc99ca41f47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 3 Apr 2015 16:34:38 +0200 Subject: Async: one TODO done, few more to go --- async/src/async.h | 1 - 1 file changed, 1 deletion(-) (limited to 'async') 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 @@ * TODO: Progress reporting through future * TODO: Possibility to abort a job through future (perhaps optional?) * TODO: Support for timeout, specified during exec call, after which the error handler gets called with a defined errorCode. - * TODO: Repeated execution of a job to facilitate i.e. an async while loop of a job? */ namespace Async { -- cgit v1.2.3