Package com.complexible.common.util.concurrent.locks


package com.complexible.common.util.concurrent.locks
  • Class
    Description
    Provides nonreenterant locking capability for a given ID.
    Implementation of MultiLock interface with precise locking which means no thread will block for an ID unless that ID is locked by another thread.