diff options
Diffstat (limited to 'library/multithreading.cpp')
-rw-r--r-- | library/multithreading.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/multithreading.cpp b/library/multithreading.cpp index dd96eaf4..c5f38605 100644 --- a/library/multithreading.cpp +++ b/library/multithreading.cpp @@ -17,7 +17,7 @@ ------------------------------- wait until thread is ready -3. Call execAndUpdate +3. Call execute ------------------------------- send signal to start start processing @@ -135,7 +135,7 @@ void UpdateWhileExecuting::waitUntilReady() } // /|\ \|/ must be called directly after each other -void UpdateWhileExecuting::execAndUpdate(StatusUpdater* statusUpdater) +void UpdateWhileExecuting::execute(StatusUpdater* statusUpdater) { readyToReceiveResult.Lock(); |