4 references to TryAdd
Microsoft.ML.Data (4)
DataLoadSave\Text\TextLoaderCursor.cs (4)
768
while (!_queue.
TryAdd
(lines, TimeOut))
790
while (!_queue.
TryAdd
(new LineBatch(ex), TimeOut))
814
while (!_queue.
TryAdd
(new LineBatch(path, total, batch, infos), TimeOut))
1025
while (!_queue.
TryAdd
(batch, TimeOut))