mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
6412bf98ea
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.