Package com.vaadin.flow.signals.impl
Interface LeafLock.Handle
- All Superinterfaces:
AutoCloseable
- Enclosing class:
LeafLock
Represents a held
LeafLock. Closing the handle releases the lock,
which makes it convenient to acquire the lock with try-with-resources.-
Method Summary
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-