[−][src]Module crossbeam::queue
Concurrent queues.
Structs
MsQueue | A Michael-Scott lock-free queue, with support for blocking |
SegQueue | A Michael-Scott queue that allocates "segments" (arrays of nodes) for efficiency. |
Concurrent queues.
MsQueue | A Michael-Scott lock-free queue, with support for blocking |
SegQueue | A Michael-Scott queue that allocates "segments" (arrays of nodes) for efficiency. |