Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-primitive types #1

Merged
merged 2 commits into from
Jun 8, 2020
Merged

Support non-primitive types #1

merged 2 commits into from
Jun 8, 2020

Conversation

zktos
Copy link
Owner

@zktos zktos commented Jun 7, 2020

It is now possible to create and use a ring buffer with primitive and 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 type alias for GenericBBBuffer (which breaks BBBuffer(...) constructors!)

ZK added 2 commits June 8, 2020 00:20
* master:
  0.4.8 release
  Allow write access to a read grant (jamesmunns#64)

# Conflicts:
#	core/src/bbbuffer.rs
@zktos zktos merged commit 73d6994 into master Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant