[][src]Crate crossbeam

Tools for concurrent programming.

Atomics

Data structures

Memory management

Thread synchronization

Utilities

Modules

atomic

Atomic types.

channel

Multi-producer multi-consumer channels for message passing.

deque

Concurrent work-stealing deques.

epoch

Epoch-based memory reclamation.

queue

Concurrent queues.

sync

Thread synchronization primitives.

thread

Threads that can borrow variables from the stack.

utils

Miscellaneous utilities.

Functions

scope

Creates a new scope for spawning threads.