bbqueue
bbqueue copied to clipboard
Added initial support for non-primitive types
Initial attempt on making BBQueue generic, so it is possible to create and use a ring buffer with primitive or non-primitive types.
- Made BBQueue generic over the element type
- Framed versions of producer and consumer are available if element type is
u8 -
BBBufferis now a type alias forGenericBBBuffer(which breaks direct use ofBBBuffer(...)constructors)