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)
51
for (int i = 0; i <
_actions
.Length; i++)
54
var task = Task.Run(
_actions
[i]);
59
Parallel.Invoke(new ParallelOptions() { MaxDegreeOfParallelism = _num },
_actions
);