mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #439 CWorkerBase::waitForFinished().
This commit is contained in:
@@ -164,6 +164,10 @@ namespace BlackMisc
|
||||
if (m_finished) { ifFunctor(); } else { elseFunctor(); }
|
||||
}
|
||||
|
||||
//! Blocks until the task is finished.
|
||||
//! \threadsafe
|
||||
void waitForFinished();
|
||||
|
||||
signals:
|
||||
//! Emitted when the task is finished.
|
||||
void finished();
|
||||
|
||||
Reference in New Issue
Block a user