Structsยง
- Queue
Consumer - Queue
Producer - Read
Grant - Spsc
Queue - 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. - Write
Grant