1 instantiation of DedicatedAsynchronousProcessingThread
NuGet.Protocol (1)
Plugins\InboundRequestProcessingHandler.cs (1)
37
var thread = new
DedicatedAsynchronousProcessingThread
(TimeSpan.FromMilliseconds(50));
3 references to DedicatedAsynchronousProcessingThread
NuGet.Protocol (3)
Plugins\InboundRequestProcessingHandler.cs (3)
15
private readonly Lazy<
DedicatedAsynchronousProcessingThread
> _processingThread;
35
_processingThread = new Lazy<
DedicatedAsynchronousProcessingThread
>(() =>
37
var
thread = new DedicatedAsynchronousProcessingThread(TimeSpan.FromMilliseconds(50));