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)
37private readonly CompletableSemaphore _itemsAvailable; 39private readonly CompletableSemaphore _spaceAvailable;