Module heapless::spsc[][src]

Single producer single consumer queue

Structs

Consumer

A queue "consumer"; it can dequeue items from the queue

Iter

An iterator over the items of a queue

IterMut

A mutable iterator over the items of a queue

Producer

A queue "producer"; it can enqueue items into the queue

Queue

A statically allocated single producer single consumer queue with a capacity of N elements