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