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