diff Core/MultiThreading/BagOfRunnablesBySteps.h @ 1453:c0bdc47165ef

code to warn about possible threading problems
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 12:26:44 +0200
parents 6e7e5ed91c2d
children 1a3c20cd1b53
line wrap: on
line diff
--- a/Core/MultiThreading/BagOfRunnablesBySteps.h	Thu Jul 02 11:35:41 2015 +0200
+++ b/Core/MultiThreading/BagOfRunnablesBySteps.h	Thu Jul 02 12:26:44 2015 +0200
@@ -58,5 +58,7 @@
     void Add(IRunnableBySteps* runnable);
 
     void StopAll();
+
+    void Finalize();
   };
 }