-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Replace Broadcast helper with tokio::sync::Notify #1264
Conversation
One subtler consequence of this is that we're going from returning a named, |
I was hoping that eventually quinn will become executor independent, especially now that quinn-udp is external. I couldn't find a See #502. |
@daxpedda Not to worry, this would be utterly trivial to replace with |
Drops a chunk of complex and under-audited synchronization code in favor of a similar, better-tested and more efficient primitive from tokio.
Drops a chunk of complex and under-audited synchronization code in favor of a similar, better-tested and more efficient primitive from tokio.