Skip to content

document effect of join on memory ordering #53389

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Aug 31, 2018
Merged

Conversation

RalfJung
Copy link
Member

Fixes #45467

@rust-highfive
Copy link
Contributor

r? @aidanhs

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 15, 2018
@pietroalbini
Copy link
Member

Assigning to someone from the libs team... r? @sfackler

@rust-highfive rust-highfive assigned sfackler and unassigned aidanhs Aug 27, 2018
@@ -1308,13 +1308,17 @@ impl<T> JoinHandle<T> {
&self.0.thread
}

/// Waits for the associated thread to finish.
/// Waits for the associated thread to finish. In terms of [atomic memory orderings],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move the new text to a separate paragraph? The first paragraph shows up as a summary in search results so we like to keep it short. LGTM otherwise.

@RalfJung
Copy link
Member Author

Done.

@sfackler
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Aug 28, 2018

📌 Commit 31b63d0 has been approved by sfackler

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 28, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Aug 28, 2018
document effect of join on memory ordering

Fixes rust-lang#45467
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Aug 28, 2018
document effect of join on memory ordering

Fixes rust-lang#45467
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Aug 29, 2018
document effect of join on memory ordering

Fixes rust-lang#45467
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Aug 29, 2018
document effect of join on memory ordering

Fixes rust-lang#45467
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Aug 30, 2018
document effect of join on memory ordering

Fixes rust-lang#45467
bors added a commit that referenced this pull request Aug 31, 2018
Rollup of 20 pull requests

Successful merges:

 - #51760 (Add another PartialEq example)
 - #53113 (Add example for Cow)
 - #53129 (remove `let x = baz` which was obscuring the real error)
 - #53389 (document effect of join on memory ordering)
 - #53472 (Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.)
 - #53476 (Add partialeq implementation for TryFromIntError type)
 - #53513 (Force-inline `shallow_resolve` at its hottest call site.)
 - #53655 (set applicability)
 - #53702 (Fix stabilisation version for macro_vis_matcher.)
 - #53727 (Do not suggest dereferencing in macro)
 - #53732 (save-analysis: Differentiate foreign functions and statics.)
 - #53740 (add llvm-readobj to llvm-tools-preview)
 - #53743 (fix a typo: taget_env -> target_env)
 - #53747 (Rustdoc fixes)
 - #53753 (expand keep-stage --help text)
 - #53756 (Fix typo in comment)
 - #53768 (move file-extension based .gitignore down to src/)
 - #53785 (Fix a comment in src/libcore/slice/mod.rs)
 - #53786 (Replace usages of 'bad_style' with 'nonstandard_style'.)
 - #53806 (Fix UI issues on Implementations on Foreign types)

Failed merges:

r? @ghost
@bors bors merged commit 31b63d0 into rust-lang:master Aug 31, 2018
@RalfJung RalfJung deleted the thread-join branch September 1, 2018 09:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants