AsyncEnumerable
AsyncEnumerable copied to clipboard
[WIP] Add support for IProgress
This small change allows passing IProgress<T> that can be used for progress updates. This is still WIP so any comments are welcome.
Solves https://github.com/Dasync/AsyncEnumerable/issues/37
@Misiu would you want to update this to get out of "WIP" state and move forward?
@ndrwrbgs sadly I won't have much time till the new year. There isn't much to do, I must rebase this PR and check if everything will work fine. I think this PR requires adding tests, but that's something I'm not good at. @kind-serge what are your requirements?