Crate thread_scoped [] [src]

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