2 references to TryTake
Microsoft.ML.Data (2)
DataLoadSave\Text\BlockingQueue.cs (1)
116while (TryTake(out T item, Timeout.Infinite))
DataLoadSave\Text\TextLoaderCursor.cs (1)
467if (!_queue.TryTake(out LineBatch batch, millisecondsTimeout: -1))