1 write to _cts
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
206
_cts
= new CancellationTokenSource();
4 references to _cts
Microsoft.ML.Sweeper (4)
AsyncSweeper.cs (4)
242
if (
_cts
.IsCancellationRequested)
278
if (
_cts
.IsCancellationRequested)
282
return await _paramChannel.Reader.ReadAsync(
_cts
.Token);
297
_cts
.Cancel();