jamesmunns / bbqueue

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

First switchover pass #83

Closed jamesmunns closed 3 years ago

jamesmunns commented 3 years ago

This PR is a 1:1 translation of the current bbqueue API to const-generics. There is still some cleanup to do, namely:

I also went ahead and removed the AutoCommit types, which were deprecated anyway.