-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Documentation phrase about panics in mpsc channel may be obsolete #37915
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: