Package host.anzo.commons.concurrent
package host.anzo.commons.concurrent
-
ClassesClassDescriptionA CloseableReentrantLock is a specialized implementation of a ReentrantLock that implements the AutoCloseable interface.Extension of
ReentrantReadWriteLockproviding convenience methods for try-with-resources lock management.AutoCloseable wrapper forReentrantReadWriteLock.ReadLockimplementing try-with-resources pattern.AutoCloseable wrapper forReentrantReadWriteLock.WriteLockimplementing try-with-resources pattern.