public interface GeReadWriteLock
| Modifier and Type | Method and Description |
|---|---|
void |
executeInReadLock(Runnable fn) |
<T> T |
executeInReadLock(Supplier<T> fn) |
void |
executeInWriteLock(Runnable fn) |
<T> T |
executeInWriteLock(Supplier<T> fn) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.