Package com.complexible.common.util.concurrent.locks
-
Interface Summary Interface Description MultiLock Provides nonreenterant locking capability for a given ID. -
Class Summary Class Description PreciseMultiLock Implementation ofMultiLock
interface with precise locking which means no thread will block for an ID unless that ID is locked by another thread.