summaryrefslogtreecommitdiffstats
path: root/async/src/async.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2014-12-14 13:11:47 +0100
committerDan Vrátil <dvratil@redhat.com>2014-12-14 13:11:47 +0100
commit8618af7252260e1c283de20bc4cfd64d63b68770 (patch)
tree8375465836a5417bf61b4f5320a275e3a756c411 /async/src/async.h
parent664396b0e550910cea50b7852066a04cc7fec3bd (diff)
downloadsink-8618af7252260e1c283de20bc4cfd64d63b68770.tar.gz
sink-8618af7252260e1c283de20bc4cfd64d63b68770.zip
Async: bring back synchronous Future::waitForFinished()
Diffstat (limited to 'async/src/async.h')
-rw-r--r--async/src/async.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/async/src/async.h b/async/src/async.h
index 233ad56..5866b34 100644
--- a/async/src/async.h
+++ b/async/src/async.h
@@ -251,8 +251,7 @@ public:
251private: 251private:
252 Job(Private::ExecutorBase *executor) 252 Job(Private::ExecutorBase *executor)
253 : JobBase(executor) 253 : JobBase(executor)
254 { 254 {}
255 }
256}; 255};
257 256
258} // namespace Async 257} // namespace Async