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

Functions

scope
spawn_unsafe

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