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

Use a counting semaphore in SimpleLimiter #180

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

kilink
Copy link
Member

@kilink kilink commented Oct 10, 2022

Use a Semaphore in SimpleLimiter to manage access in a thread-safe manner.

Fixes #140.

Use a Semaphore in SimpleLimiter to manage access in a thread-safe manner.

Fixes Netflix#140.
@umairk79 umairk79 self-requested a review February 23, 2023 18:36
@umairk79 umairk79 merged commit d5582b3 into Netflix:master Feb 23, 2023
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.

Race condition in SimpleLimiter.acquire
3 participants