[][src]Module ico_memory::mem::queue

Structs

QueueU32
QueueUsize

Constants

QUEUE32_NULL
QUEUE_NULL

A MPMC Queue based on Dmitry Vyukov's queue.
However, there is a slight modification where head and tail can be locked, as my implementation of Dmitry's queue failed some tests under peak contention - and I've opted for a more conservative queue