]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=joshtriplett
authorYuki Okushi <jtitor@2k36.org>
Tue, 10 Aug 2021 19:18:38 +0000 (04:18 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 19:18:38 +0000 (04:18 +0900)
commit6412bf98ea65cb0f50959c857088fd77cdc2980f
treea4f1a8d87c1d5c64f26caca6629082fa8a7d9de4
parentbcef40e5fb28401e99c75ea19055d60c46d508ba
parent2a56a4fe541b6d239cd76dcfc7933395ae8ec4ec
Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=joshtriplett

removed references to parent/child from std::thread documentation

- also clarifies how thread.join and detaching of threads works
- the previous prose implied that there is a relationship between a
spawning thread and the thread being spawned, and that "child" threads
couldn't outlive their "parents" unless detached, which is incorrect.