-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Tracking Issue for mpmc
#126840
Comments
Add multi-producer, multi-consumer channel (mpmc) Closes rust-lang#125712 Tracking issue: rust-lang#126840 r? m-ou-se
The This shouldn't affect any usage of them, except for the slightly different documentation provided. |
I wonder if there's a downside to |
fix doc for std::sync::mpmc fix document of `std::sync::mpmc` (tracked in rust-lang#126840)
fix doc for std::sync::mpmc fix document of `std::sync::mpmc` (tracked in rust-lang#126840)
Rollup merge of rust-lang#135876 - usamoi:mpmc-doc, r=tgross35 fix doc for std::sync::mpmc fix document of `std::sync::mpmc` (tracked in rust-lang#126840)
Feature gate:
#![feature(mpmc_channel)]
This is a tracking issue for
mpmc_channel
as described in ACP.History
The text was updated successfully, but these errors were encountered: