mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add Stoppable prepare and start interfaces
This commit is contained in:
@@ -648,7 +648,7 @@ private:
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
void onStop ()
|
||||
void onStop (Journal)
|
||||
{
|
||||
// VFALCO NOTE I wanted to remove all the jobs that are skippable
|
||||
// but then the Workers count of tasks to process
|
||||
@@ -700,7 +700,7 @@ private:
|
||||
*/
|
||||
}
|
||||
|
||||
void onChildrenStopped ()
|
||||
void onChildrenStopped (Journal)
|
||||
{
|
||||
ScopedLock lock (m_mutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user