-
Notifications
You must be signed in to change notification settings - Fork 226
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
feat: adaptors between notifiers and async iterables #1340
Conversation
Of @Chris-Hibbert 's review comments on #1334 , have yet to:
@michaelfig I'm adding you as reviewer, but really seeking this help. Thanks. Also, I need to add tests of the async iterable functionality. |
5150595
to
24627e0
Compare
@michaelfig and I will be meeting so he can get me started on the typing. Aside from that, this PR is ready for review, so I'm hitting the button ;) |
24627e0
to
2f95803
Compare
Back to draft while I fix a bug. |
2f95803
to
2dfa829
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
c1d983e
to
1bac700
Compare
1bac700
to
eb08d1c
Compare
An adapter from notifiers to async iterables.
An adapter from async iterables to notifiers.
notifiers are also async iterables.
Replaces #1334 but based on current master rather than branch remove-legacy-from-notifier
I'm rearranging this so the async iterable adaptors can proceed before we remove legacy support, since the removal entails inter-repository coordination.