Uses of Package
com.helger.commons.concurrent
-
Packages that use com.helger.commons.concurrent Package Description com.helger.commons.cache com.helger.commons.concurrent com.helger.commons.id.factory -
Classes in com.helger.commons.concurrent used by com.helger.commons.cache Class Description SimpleReadWriteLock This is an extension aroundReentrantReadWriteLockthat allows for easy usage with Java 8 :) SeeSimpleReadWriteLock.readLocked(Runnable)andSimpleReadWriteLock.writeLocked(Runnable)method. -
Classes in com.helger.commons.concurrent used by com.helger.commons.concurrent Class Description BasicThreadFactory An implementation of theThreadFactoryinterface that provides some configuration options for the threads it creates.BasicThreadFactory.Builder A builder class for creating instances ofBasicThreadFactory. -
Classes in com.helger.commons.concurrent used by com.helger.commons.id.factory Class Description SimpleLock This is an extension aroundReentrantLockthat allows for easy usage with Java 8 :) SeeSimpleLock.locked(Runnable)andSimpleLock.locked(Runnable)method.