Core/TaskScheduler: Rework using atomics and WorkStealingQueue
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
inline unsigned int TaskScheduler::GetWorkerCount() const
|
||||
{
|
||||
return m_workerCount;
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/Core/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user