Skip to content
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

Conn.sender: mpsc -> spsc #360

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conn.sender: mpsc -> spsc #360

merged 1 commit into from
Dec 1, 2022

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented Dec 1, 2022

Minor followup to #358: We don't actually need multiple-producers here, since we're always holding Conn.mu when we send.

We don't actually need multiple-producers here, since we're always
holding Conn.mu when we send.
@zenhack
Copy link
Contributor Author

zenhack commented Dec 1, 2022

I can't reproduce the failure locally, and it's in a test that doesn't pull in the rpc package as a dependency, so it seems impossible for it to be a result of this patch. I'm going to re-run the tests.

@lthibault lthibault merged commit d99e6cf into capnproto:main Dec 1, 2022
@zenhack zenhack deleted the rpc-spsc branch December 1, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants