-
Notifications
You must be signed in to change notification settings - Fork 13.4k
README: improve description #26374
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
README: improve description #26374
Conversation
tshepang
commented
Jun 17, 2015
- I assume multithreaded meant thread safety
- significant felt a bit heavy
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
We don't guarantee thread-safety (what with it being often a problem-domain issue). We do however make usage of threads easy, and race conditions mostly opt-in. |
@arielb1 interesting... I got the thread safety bit from the Rust website:
|
There's another open ticket about changing that, because it's too On Wed, Jun 17, 2015 at 5:32 PM, Tshepang Lekhonkhobe <
|
@steveklabnik which repo is the ticket at? |
8 similar comments
oh my, my conf wifi is spotty and so sent this a zillion times, sorry :( |
fresh PR: #26410 |