Crate thread_scoped

Source
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§

JoinGuard
A RAII guard for that joins a scoped thread upon drop

Traits§

ScopedDetach
Detaches a child thread from its guard

Functions§

scoped
Spawns a new scoped thread