-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Revamp documentation to talk about std::thread
#20038
Comments
Yup, this is important. |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Dec 26, 2014
A part of rust-lang#20038
Merged
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Dec 30, 2014
A part of rust-lang#20038 This is just the beginning of what needs to be done, but it's some of it. /cc @aturon
guide-tasks.md needs to be renamed to guide-threads.md. At the moment the link on the docs index page goes to a 404. |
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
A part of rust-lang#20038
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that #19654 has landed, Rust no longer has tasks; it has threads. There is a lot of documentation that needs to be updated to reflect the new name and API.
A starting step would be a s/task/thread/g change similar to the s/fail/panic/g change.
cc @steveklabnik
The text was updated successfully, but these errors were encountered: