Uses of Package
com.helger.commons.concurrent
Packages that use com.helger.commons.concurrent
Package
Description
-
Classes in com.helger.commons.concurrent used by com.helger.commons.cacheClassDescriptionThis is an extension around
ReentrantReadWriteLockthat 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.concurrentClassDescriptionAn implementation of the
ThreadFactoryinterface that provides some configuration options for the threads it creates.A builder class for creating instances ofBasicThreadFactory. -
Classes in com.helger.commons.concurrent used by com.helger.commons.id.factoryClassDescriptionThis is an extension around
ReentrantLockthat allows for easy usage with Java 8 :) SeeSimpleLock.locked(Runnable)andSimpleLock.locked(Runnable)method.