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

Make FixedSizeQueue thread safe #13

Open
EduPonz opened this issue Sep 10, 2021 · 0 comments
Open

Make FixedSizeQueue thread safe #13

EduPonz opened this issue Sep 10, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@EduPonz
Copy link
Owner

EduPonz commented Sep 10, 2021

It'd be nice if FixedSizeQueue was thread safe, meaning it should have an internal mutex used to protect all API calls. This entails overriding all the base class API to that the mutex is always lock.

@EduPonz EduPonz added the enhancement New feature or request label Sep 10, 2021
@EduPonz EduPonz added this to the v0.1.0 milestone Sep 10, 2021
@EduPonz EduPonz modified the milestones: v0.1.0, v0.2.0 Oct 4, 2021
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

No branches or pull requests

1 participant