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

Change size of queue with const generics #27

Open
AldaronLau opened this issue Sep 29, 2022 · 0 comments · May be fixed by #28
Open

Change size of queue with const generics #27

AldaronLau opened this issue Sep 29, 2022 · 0 comments · May be fixed by #28
Labels
enhancement New feature or request

Comments

@AldaronLau
Copy link
Member

Currently whisk is limited to a single element in the mpmc queue. This queue is implemented as a simple Option, but could use an implementation of a pre-allocated list with a maximum capacity set via a const generic.

@AldaronLau AldaronLau added the enhancement New feature or request label Sep 29, 2022
@AldaronLau AldaronLau mentioned this issue Sep 29, 2022
7 tasks
@AldaronLau AldaronLau linked a pull request Oct 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant