mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 03:58:14 +00:00
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.