Module crossbeam::queue

source ·
Expand description

Concurrent queues.

Structs

A Michael-Scott lock-free queue, with support for blocking pops.
A Michael-Scott queue that allocates “segments” (arrays of nodes) for efficiency.