Searched refs:workerCount (Results 1 – 1 of 1) sorted by relevance
38 int workerCount = cpuCount > 2 ? 2 : 1; in TaskManager() local39 for (int i = 0; i < workerCount; i++) { in TaskManager()