-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Comments
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
The Thread type in documentation of thread mentions, that
As stated a few lines later in Spawning a thread
Also the documentation of thread::spawn says
The text was updated successfully, but these errors were encountered: