Expand description
A stable version of std::thread::scoped
§Warning
This is inherently unsafe if the JoinGuard
is allowed to leak without being dropped.
See rust-lang/rust#24292 for more details.
Structs§
- Join
Guard - A RAII guard for that joins a scoped thread upon drop
Traits§
- Scoped
Detach - Detaches a child thread from its guard
Functions§
- scoped⚠
- Spawns a new scoped thread