Module crossbeam_utils::thread[][src]

Structs

Scope
ScopedJoinHandle

A handle to a scoped thread

ScopedThreadBuilder

Scoped thread configuration. Provides detailed control over the properties and behavior of new scoped threads.

Functions

builder_spawn_unchecked

Like std::thread::Builder::spawn, but without the closure bounds.

scope

Create a new scope, for deferred destructors.

spawn_unchecked

Like std::thread::spawn, but without the closure bounds.