2 implementations of WaitAsync
NuGet.Protocol (2)
HttpSource\NullThrottle.cs (1)
24public Task WaitAsync()
HttpSource\SemaphoreSlimThrottle.cs (1)
24public async Task WaitAsync()
3 references to WaitAsync
NuGet.Protocol (3)
HttpSource\HttpSource.cs (1)
352await _throttle.WaitAsync();
HttpSource\IThrottle.cs (2)
12/// <see cref="WaitAsync"/> would be executed. After the HTTP operation has been completed, the 13/// application should call <see cref="Release"/>. The implementation of <see cref="WaitAsync"/>