bbqueue icon indicating copy to clipboard operation
bbqueue copied to clipboard

Added initial support for non-primitive types

Open zktos opened this issue 5 years ago • 0 comments

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
  • BBBuffer is now a type alias for GenericBBBuffer (which breaks direct use of BBBuffer(...) constructors)

zktos avatar Jun 08 '20 00:06 zktos