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

Add mpmc queue #63

Closed
wants to merge 2 commits into from
Closed

Add mpmc queue #63

wants to merge 2 commits into from

Conversation

rozaliev
Copy link
Contributor

@rozaliev rozaliev commented Dec 8, 2014

Fixes #62

I guess that some lib will emerge sooner or later, but for now we can go just with copy-pasted version from stdlib.

P.S.
It also fixes one test to make mio compile

mpmc was removed from stdlib, so we just vendor it for now
(rust-lang/rust#19274)
@carllerche
Copy link
Member

Hey, thanks for the PR. I ended up tweaking it a bit: b65fb21

@carllerche carllerche closed this Dec 8, 2014
@rozaliev
Copy link
Contributor Author

rozaliev commented Dec 8, 2014

Hey, it looks like this queue is now exported and became sort of public api. I believe it should be unexported to make it clear, especially for newcomers, that it's not intended to be used directly. What do you think?

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.

mpmc_bounded_queue is not longer in Rust std public API
2 participants