We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ba121 commit a81aa1cCopy full SHA for a81aa1c
src/Microsoft.ML.Data/Transforms/RowShufflingTransformer.cs
@@ -591,7 +591,7 @@ private async Task LoopProducerWorker()
591
try
592
{
593
int circularIndex = 0;
594
- while (await _toProduce.OutputAvailableAsync())
+ while (await _toProduce.OutputAvailableAsync().ConfigureAwait(false))
595
596
int requested;
597
if (!_toProduce.TryReceive(out requested))
0 commit comments