2 instantiations of CompletableSemaphore
Microsoft.ML.Data (2)
DataLoadSave\Text\BlockingQueue.cs (2)
48
_itemsAvailable = new
CompletableSemaphore
(0);
49
_spaceAvailable = new
CompletableSemaphore
(boundedCapacity);
2 references to CompletableSemaphore
Microsoft.ML.Data (2)
DataLoadSave\Text\BlockingQueue.cs (2)
37
private readonly
CompletableSemaphore
_itemsAvailable;
39
private readonly
CompletableSemaphore
_spaceAvailable;