2 writes to _queue
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
439
_queue
= new BlockingQueue<LineBatch>(bufSize);
461
_queue
= null;
7 references to _queue
Microsoft.ML.Data (7)
DataLoadSave\Text\TextLoaderCursor.cs (7)
458
if (
_queue
!= null)
460
_queue
.Dispose();
467
if (!
_queue
.TryTake(out LineBatch batch, millisecondsTimeout: -1))
768
while (!
_queue
.TryAdd(lines, TimeOut))
790
while (!
_queue
.TryAdd(new LineBatch(ex), TimeOut))
798
_queue
.CompleteAdding();
814
while (!
_queue
.TryAdd(new LineBatch(path, total, batch, infos), TimeOut))