mrphil2105
Reporting download progress with IAsyncEnumerable
Is reporting progress with an
IAsyncEnumerable<T>
weird? I have the following:
Is this a weird thing to do? I know it will "pause" the download in-between each progress yield (that is yield return new DownloadProgress(...)
). But I kind of like the way you consume it:
What are your thoughts?5 replies