-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IAsyncEnumerable support #37
Conversation
It can't cover inline code which this library is all inline code
c46c76d
to
5e8984a
Compare
5e8984a
to
34362d2
Compare
## [0.10.0] - 2023-11-21 ### Added - [IAsyncEnumerable support](#37) Credits @TheAngryByrd.
Hey @TheAngryByrd I missed this. Do you still need me looking into this? |
PS: |
Nothing for you to look at. this was more just to make you aware of how I implemented it so you could add it to taskseq for task ce overloads if needed. |
Yes, I actually have |
We did but it was kind of janky and didn’t have a dynamic implementation |
Proposed Changes
Adds support
for
IAsyncEnumerable. Testing against TaskSeqTypes of changes
What types of changes does your code introduce to IcedTasks?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...