Module crossbeam::queue[][src]

Concurrent queues.

Structs

MsQueue

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

SegQueue

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