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

std::thread Documentation #33321

Closed
oberien opened this issue May 1, 2016 · 0 comments
Closed

std::thread Documentation #33321

oberien opened this issue May 1, 2016 · 0 comments

Comments

@oberien
Copy link
Contributor

oberien commented May 1, 2016

The Thread type in documentation of thread mentions, that

Threads are represented via the Thread type, which you can get in one of two ways:

  • By spawning a new thread, e.g. using the thread::spawn function.

As stated a few lines later in Spawning a thread

a call to spawn produces a JoinHandle

Also the documentation of thread::spawn says

Spawns a new thread, returning a JoinHandle for it.

birkenfeld added a commit to birkenfeld/rust that referenced this issue May 2, 2016
Also move the "Thread type" section down a bit, since it is
not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 2, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 5, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 5, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 5, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 6, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue May 7, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 7, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
steveklabnik added a commit to steveklabnik/rust that referenced this issue May 7, 2016
…Gomez

std::thread docs: spawn() does not return a Thread anymore

Also move the "Thread type" section down a bit, since it is not so important anymore.

Fixes: rust-lang#33321
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

2 participants