Module crossbeam::sync[][src]

Expand description

Synchronization primitives.

Modules

A lock-free concurrent work-stealing deque

Structs

A type providing atomic storage and retrieval of an Arc<T>.

A Michael-Scott lock-free queue, with support for blocking pops.

A Michael-Scott queue that allocates “segments” (arrays of nodes) for efficiency.

Treiber’s lock-free stack.