Package org.openremote.container.concurrent
package org.openremote.container.concurrent
-
ClassDescriptionCreates daemon-threads with
Thread.NORM_PRIORITYand a sensible name (prefix plus incrementing number) in the security manager's thread group or if there is no security manager, in the calling thread's group.A global reentrant exclusive lock, use convenience methodsGlobalLock.withLock(java.lang.String, java.lang.Runnable)andGlobalLock.withLockReturning(java.lang.String, java.util.function.Supplier<R>).