Skip to content

Rustup #83

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

Merged
merged 2 commits into from
Apr 1, 2019
Merged

Rustup #83

merged 2 commits into from
Apr 1, 2019

Conversation

oli-obk
Copy link
Member

@oli-obk oli-obk commented Mar 26, 2019

closes #82 by copying over the mpsc queue into our tree.

We should probably upstream that somehow, although I don't see how to do that easily. Maybe we can add Mutex to core::sync by making it generic over a MutexPrimitives trait that is filled in by the user (and libstd reexports it pre-filled with the distro synchronization primitives).

@oli-obk oli-obk merged commit 18c3ba0 into master Apr 1, 2019
@oli-obk oli-obk deleted the rustup branch April 1, 2019 12:26
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.

The official futures library has an alloc feature now
1 participant