Crate spitebuf

source ·
Expand description

SpiteBuf - an Async (or not, I’m not a cop) MpscQueue

Based on some stuff

References

This is an implementation of Dmitry Vyukov’s “Bounded MPMC queue” minus the cache padding.

Queue implementation from heapless::mpmc::MpMcQueue

Structs

Enums

Traits

Functions