mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
2a56a4fe54
- 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.