Uses of Class
org.kiwiproject.concurrent.TryLocker
Packages that use TryLocker
-
Uses of TryLocker in org.kiwiproject.concurrent
Methods in org.kiwiproject.concurrent that return TryLockerModifier and TypeMethodDescriptionstatic TryLockerCreate a newTryLockerusing the given lock and maximum wait time.static TryLockerTryLocker.usingReentrantLock()Create a newTryLockerusing aReentrantLockand the default lock maximum wait time.static TryLockerTryLocker.usingReentrantLock(int maxWaitTime, TimeUnit maxWaitTimeUnit) Create a newTryLockerusing aReentrantLockwith the given lock wait time.