Expand description

[atomic_queue] is a port of C++’s max0x7ba/atomic_queue implementation to rust.

It provides a bounded multi-producer, multi-consumer lock-free queue that is real-time safe.

Structs

Atomic queue cloned from https://github.com/max0x7ba/atomic_queue