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

Optionally raise exception if lock was not successfully acquired #60

Open
pelletencate opened this issue May 8, 2019 · 0 comments
Open

Comments

@pelletencate
Copy link

When a lock is not acquired, currently a semaphore returns false. When a lock has been successfully required, it returns the result of the passed through block.

If such block would result in false itself, right now, there is no way to tell if the lock was successfully acquired. In order to remedy this, we need a specific exception that can be raised in case a lock is not acquired.

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

No branches or pull requests

1 participant