-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
implement StapledMemoryChannel #1784
base: main
Are you sure you want to change the base?
Conversation
partially addresses python-trio#719
Codecov Report
@@ Coverage Diff @@
## master #1784 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 114 114
Lines 14453 14486 +33
Branches 1105 1106 +1
=======================================
+ Hits 14401 14434 +33
Misses 37 37
Partials 15 15
|
It looks like codecov was down when you submitted that pull request. Closing/reopening |
@belm0 Codecov now complains about |
3.9.0-rc2 stalled when installing dependencies, closing/reopening... |
@njsmith please take a look I started with StapledMemoryChannel rather than StapledChannel, since my use case is needing the nowait methods. Not sure whether it's worth making a MemoryChannel abc. |
partially addresses #719