| Package | Description |
|---|---|
| com.helger.commons.concurrent |
| Modifier and Type | Method and Description |
|---|---|
<T,EXTYPE extends Exception> |
SimpleLock.lockedThrowing(IThrowingSupplier<? extends T,EXTYPE> aCallable)
Execute the provided callable in a read lock.
|
<T,EXTYPE extends Exception> |
SimpleReadWriteLock.readLockedThrowing(IThrowingSupplier<? extends T,EXTYPE> aCallable)
Execute the provided callable in a read lock.
|
<T,EXTYPE extends Exception> |
SimpleReadWriteLock.writeLockedThrowing(IThrowingSupplier<? extends T,EXTYPE> aCallable)
Execute the provided callable in a write lock.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.