Package com.helger.commons.concurrent
Class AutoLock
- java.lang.Object
-
- com.helger.commons.concurrent.AutoLock
-
- All Implemented Interfaces:
AutoCloseable
public class AutoLock extends Object implements AutoCloseable
Small wrapper aroundLockinterface to be used in a try-with-resources statement, so that the unlock happened.- Since:
- 9.0.0
- Author:
- Philip Helger