1 write to _actions
Microsoft.ML.FastTree (1)
Utils\ThreadTaskManager.cs (1)
41_actions = actions.ToArray();
3 references to _actions
Microsoft.ML.FastTree (3)
Utils\ThreadTaskManager.cs (3)
51for (int i = 0; i < _actions.Length; i++) 54var task = Task.Run(_actions[i]); 59Parallel.Invoke(new ParallelOptions() { MaxDegreeOfParallelism = _num }, _actions);