Enhancement for IAsyncEnumerable #182
ArnaudDebaene
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @ArnaudDebaene, I'm interested to see what it looks like. Feel free to submit a PR; we can use that as the discussion point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thanks for the great library.
I've written an "enhanced" version of your library to be able to handle methods that returns IAsyncEnumerable.
Basically, I've added a 4th method to the IAsyncInterceptor interface :
void InterceptAsyncEnumerable<TResult>(IInvocation invocation);
...and I've enriched ProcessingAsynInterceptor and AsyncDeterminationInterceptor to handle these calls.
Would you be interested with this? I can push my code into a pr if you want.
Beta Was this translation helpful? Give feedback.
All reactions