-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update for new polling breaking changes #141
Conversation
So, this makes Interesting approach. Normally relying on But this does mean that if a user of |
The only thing that matters is that the source isn't dropped while registered in a |
Signed-off-by: John Nunley <[email protected]>
I've updated this for the new |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #141 +/- ##
==========================================
+ Coverage 88.79% 88.97% +0.17%
==========================================
Files 14 14
Lines 1669 2140 +471
==========================================
+ Hits 1482 1904 +422
- Misses 187 236 +49
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Ugh, looks like Github Actions is down. |
Alright, the CI is back. Also, even if git does not see any conflict, could you rebase on master for good measure? |
Signed-off-by: John Nunley <[email protected]>
Okay, this looks good overall, but could you give more details about the |
Signed-off-by: John Nunley <[email protected]>
Signed-off-by: John Nunley <[email protected]>
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.
Perfect, thanks!
For now, this exists as a testing ground in order to test smol-rs/polling#123 before we release it.