1 instantiation of ReportingAsyncEnumerable
aspire (1)
Backchannel\AppHostCliBackchannel.cs (1)
178
var reportingEnumerable = new
ReportingAsyncEnumerable
<T>(items);
2 references to ReportingAsyncEnumerable
aspire (2)
Backchannel\AppHostCliBackchannel.cs (2)
178
var
reportingEnumerable = new ReportingAsyncEnumerable<T>(items);
203
private async IAsyncEnumerable<T> EnumerateWithReconnect<T>(
ReportingAsyncEnumerable
<T> source, [EnumeratorCancellation] CancellationToken cancellationToken)