diff options
author | Dan Vrátil <dvratil@redhat.com> | 2014-12-14 13:11:47 +0100 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2014-12-14 13:11:47 +0100 |
commit | 8618af7252260e1c283de20bc4cfd64d63b68770 (patch) | |
tree | 8375465836a5417bf61b4f5320a275e3a756c411 /async/src/async.cpp | |
parent | 664396b0e550910cea50b7852066a04cc7fec3bd (diff) | |
download | sink-8618af7252260e1c283de20bc4cfd64d63b68770.tar.gz sink-8618af7252260e1c283de20bc4cfd64d63b68770.zip |
Async: bring back synchronous Future::waitForFinished()
Diffstat (limited to 'async/src/async.cpp')
-rw-r--r-- | async/src/async.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/async/src/async.cpp b/async/src/async.cpp index e1d4806..e24b769 100644 --- a/async/src/async.cpp +++ b/async/src/async.cpp | |||
@@ -48,3 +48,4 @@ JobBase::JobBase(Private::ExecutorBase *executor) | |||
48 | JobBase::~JobBase() | 48 | JobBase::~JobBase() |
49 | { | 49 | { |
50 | } | 50 | } |
51 | |||