2 references to Enqueue
NuGet.Protocol (2)
Plugins\InboundRequestProcessingHandler.cs (1)
55
_processingThread.Value.
Enqueue
(task);
Utility\DedicatedAsynchronousProcessingThread.cs (1)
13
/// Uses a queue to execute all the tasks added through the invocation of <see cref="
Enqueue
(Func{Task})"/>.