-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Documentation phrase about panics in mpsc channel may be obsolete #37915
Comments
I will take care of this if no one minds |
Cobrand
added a commit
to Cobrand/rust
that referenced
this issue
Dec 7, 2016
Closes rust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Dec 12, 2016
…aumeGomez Improve and fix mpsc documentation Closes rust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected r? @steveklabnik
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Dec 12, 2016
…aumeGomez Improve and fix mpsc documentation Closes rust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected r? @steveklabnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://doc.rust-lang.org/std/sync/mpsc/fn.sync_channel.html#main
https://doc.rust-lang.org/std/sync/mpsc/struct.SyncSender.html#send.v
The text was updated successfully, but these errors were encountered: