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

Semaphore: Add timeout option #1300

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Semaphore: Add timeout option #1300

merged 2 commits into from
Apr 23, 2024

Conversation

adamziel
Copy link
Collaborator

Adds an optional timeout option to the Semaphore class that throws an
error when the Semaphore cannot be acquired for timeout milliseconds.

Related to #1287

Testing instructions

Confirm the unit tests pass

Adds an optional `timeout` option to the Semaphore class that throws an
error when the Semaphore cannot be acquired for `timeout` milliseconds.

Related to #1287

 ## Testing instructions

Confirm the unit tests pass
@adamziel adamziel added the [Type] Enhancement New feature or request label Apr 23, 2024
@adamziel adamziel merged commit 3ffc8a1 into trunk Apr 23, 2024
5 checks passed
@adamziel adamziel deleted the semaphore-timeout branch April 23, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant