2 implementations of Release
NuGet.Protocol (2)
HttpSource\NullThrottle.cs (1)
29
public void
Release
()
HttpSource\SemaphoreSlimThrottle.cs (1)
29
public void
Release
()
3 references to Release
NuGet.Protocol (3)
HttpSource\HttpSource.cs (2)
364
_throttle.
Release
();
514
Interlocked.Exchange(ref _throttle, null)?.
Release
();
HttpSource\IThrottle.cs (1)
13
/// application should call <see cref="
Release
"/>. The implementation of <see cref="WaitAsync"/>