Crate crossbeam [] [src]

Support for concurrent and parallel programming.

This crate is an early work in progress. The focus for the moment is concurrency:

Modules

mem

Memory management for concurrent data structures

sync

Synchronization primitives.

Structs

Scope
ScopedJoinHandle

A handle to a scoped thread

Functions

scope

Create a new scope, for deferred destructors.

spawn_unsafe

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