It finally imports somewhat
This commit is contained in:
@@ -61,3 +61,10 @@ void ThreadPool::work()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static ThreadPool threadPool;
|
||||
|
||||
ThreadPool& Seele::getThreadPool()
|
||||
{
|
||||
return threadPool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user