Package io.github.erdos.stencil.impl
Class LifecycleLock
java.lang.Object
io.github.erdos.stencil.impl.LifecycleLock
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static <T> T
execute
(List<LifecycleLock> locks, Callable<T> supplier)
-
Constructor Details
-
LifecycleLock
-
-
Method Details
-
execute
- Throws:
Exception
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-