diff Core/MultiThreading/RunnableWorkersPool.h @ 1681:ee4367497d0d

got rid of buggy BagOfRunnablesBySteps
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Oct 2015 14:02:39 +0200
parents 15acdb19d520
children b1291df2f780
line wrap: on
line diff
--- a/Core/MultiThreading/RunnableWorkersPool.h	Tue Oct 06 13:36:09 2015 +0200
+++ b/Core/MultiThreading/RunnableWorkersPool.h	Tue Oct 06 14:02:39 2015 +0200
@@ -44,13 +44,13 @@
     struct PImpl;
     boost::shared_ptr<PImpl> pimpl_;
 
+    void Stop();
+
   public:
     RunnableWorkersPool(size_t countWorkers);
 
     ~RunnableWorkersPool();
 
     void Add(IRunnableBySteps* runnable);  // Takes the ownership
-
-    void WaitDone();
   };
 }