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 atomic booleans to track closed state #87

Merged
merged 1 commit into from
Jan 8, 2023
Merged

Conversation

pwinckles
Copy link
Collaborator

The booleans that track whether the repository has been closed should technically be atomic so that their visibility is guaranteed across threads. This is a minor bug here, because ocfl-java doesn't currently do much on close.

The booleans that track whether the repository has been closed should
technically be atomic so that their visibility is guaranteed across
threads. This is a minor bug here, because ocfl-java doesn't currently
do much on close.
@pwinckles pwinckles temporarily deployed to ci January 8, 2023 19:03 — with GitHub Actions Inactive
@pwinckles pwinckles temporarily deployed to ci January 8, 2023 19:03 — with GitHub Actions Inactive
@pwinckles pwinckles merged commit 44e1e51 into OCFL:main Jan 8, 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.

1 participant