Package com.complexible.common.util.concurrent.locks
package com.complexible.common.util.concurrent.locks
-
ClassDescriptionProvides nonreenterant locking capability for a given ID.Implementation of
MultiLockinterface with precise locking which means no thread will block for an ID unless that ID is locked by another thread.