Rewritten Threading system using c++11 std instead of ACE

It also allow full compilation with clang under all supported platforms

Need tests
This commit is contained in:
Yehonal
2016-08-16 00:01:37 +02:00
parent 3761e9d843
commit ea286f7332
14 changed files with 104 additions and 249 deletions

View File

@@ -16,7 +16,7 @@
#include <ace/Reactor.h>
class RARunnable : public ACE_Based::Runnable
class RARunnable : public ACORE::Runnable
{
public:
RARunnable();