rust/library/std/src/thread
Godmar Back 2a56a4fe54 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.
2021-08-07 11:33:18 -04:00
..
local Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
local.rs Use #[non_exhaustive] where appropriate 2021-06-24 04:16:11 -04:00
mod.rs removed references to parent/child from std::thread documentation 2021-08-07 11:33:18 -04:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00