1 write to _spaceAvailable
Microsoft.ML.Data (1)
DataLoadSave\Text\BlockingQueue.cs (1)
49_spaceAvailable = new CompletableSemaphore(boundedCapacity);
3 references to _spaceAvailable
Microsoft.ML.Data (3)
DataLoadSave\Text\BlockingQueue.cs (3)
72if (_spaceAvailable.Wait(millisecondsTimeout)) 99_spaceAvailable.Release(); 127_spaceAvailable.Complete();