jamesmunns / bbqueue

A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers
Apache License 2.0
432 stars 51 forks source link

Use portable atomic, remove explicit/redundant feature declaration & move to edition 2021 #103

Open ithinuel opened 1 year ago

mfp20 commented 3 months ago

Please merge this pull request to enable use for AVR and other archs. It externalizes the management of missing atomics to specialized crate (portable-atomic).