OCFL / ocfl-java

A Java OCFL implementation
MIT License
16 stars 12 forks source link

use atomic booleans to track closed state #87

Closed pwinckles closed 1 year ago

pwinckles commented 1 year ago

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.