public static interface AbstractAsyncLock.Token extends AutoCloseable
release()| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Releases this lock, allowing others to acquire it.
|
void |
release()
Releases this lock, allowing others to acquire it.
|
void release()
default void close()
close in interface AutoCloseableCopyright © 2021. All rights reserved.