Merge branch 'v0.11'

This commit is contained in:
Paul-Louis Ageneau
2021-03-06 09:09:18 +01:00
5 changed files with 61 additions and 43 deletions

View File

@ -72,7 +72,7 @@ protected:
std::function<void()> dequeue(); // returns null function if joining
std::vector<std::thread> mWorkers;
int mWaitingWorkers = 0;
int mBusyWorkers = 0;
std::atomic<bool> mJoining = false;
struct Task {