Module queue

Source

Structsยง

QueueConsumer
QueueProducer
ReadGrant
SpscQueue
A SPSC (Single Producer, Single Consumer) queue built on top of a bi-partite buffer, with added asynchronous support. This is useful for things that need to produce a stream of bytes somewhere (e.g. an interrupt handler, one tasklet) and then consume them within another async tasklet.
WriteGrant