Skip to content
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

Closed
aturon opened this issue Dec 19, 2014 · 2 comments
Closed

Revamp documentation to talk about std::thread #20038

aturon opened this issue Dec 19, 2014 · 2 comments

Comments

@aturon
Copy link
Member

aturon commented Dec 19, 2014

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

@aturon aturon added the A-docs label Dec 19, 2014
@steveklabnik
Copy link
Member

Yup, this is important.

steveklabnik added a commit to steveklabnik/rust that referenced this issue Dec 26, 2014
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
@ciphergoth
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants