Adding ThreadPool (doesnt work)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include "MinimalEngine.h"
|
||||
#include "SystemBase.h"
|
||||
#include <thread_pool/thread_pool.h>
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
@@ -13,7 +12,7 @@ public:
|
||||
Executor();
|
||||
~Executor();
|
||||
private:
|
||||
dp::thread_pool<> pool;
|
||||
ThreadPool pool;
|
||||
};
|
||||
} // namespace System
|
||||
} // namespace Seele
|
||||
|
||||
Reference in New Issue
Block a user