1 implementation of RequestCores
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
576public Task<int> RequestCores(int requestId, int requestedCores, bool waitForCores)
1 reference to RequestCores
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
2388_scheduler.RequestCores(request.GlobalRequestId, request.NumCores, request.IsBlocking).ContinueWith((Task<int> task) =>