Class NonReentrantLock

All Implemented Interfaces:
Serializable, Lock

public class NonReentrantLock extends AbstractQueuedSynchronizer implements Lock
Non reentrant lock. Copied from Netty 3.7 sources.
Since:
5.6.1
Author:
Philip Helger
See Also: