Crate crossbeam_utils[][src]

Miscellaneous tools for concurrent programming.

Atomics

Thread synchronization

Utilities

Modules

atomic

Atomic types.

sync

Thread synchronization primitives.

thread

Threads that can borrow variables from the stack.

Structs

Backoff

Performs exponential backoff in spin loops.

CachePadded

Pads and aligns a value to the length of a cache line.