-
Notifications
You must be signed in to change notification settings - Fork 216
De-monomorphize spsc consumer and producer #571
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
base: main
Are you sure you want to change the base?
De-monomorphize spsc consumer and producer #571
Conversation
970035f
to
e4c5b81
Compare
This is a breaking change, but if we yank 0.9.0 as I suggest to do in #568 , it would be nice to have it in the next release. |
53bb179
to
e282e0a
Compare
05ddff8
to
160870e
Compare
160870e
to
dee76b6
Compare
dee76b6
to
7e17d72
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.
One small nit, otherwise looks good now.
7e17d72
to
05f8bc0
Compare
@reitermarkus even with my new super powers 🦸♂️, it'll still need your approval since you requested changes. |
@sosthene-nitrokey I think @reitermarkus has no time. Since you need to rebase this PR anyway, perhaps best you close this and create a new PR? |
This needs a workaround for the `const` use case however
Head branch was pushed to by a user without write access
05f8bc0
to
0d9472d
Compare
This needs a workaround for the
const
use case however