2 writes to _thdRead
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
440
_thdRead
= Utils.RunOnBackgroundThreadAsync(ThreadProc);
455
_thdRead
= null;
2 references to _thdRead
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
451
if (
_thdRead
!= null)
454
_thdRead
.Wait();