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