| Package | Description |
|---|---|
| com.helger.commons.concurrent | |
| com.helger.commons.mock |
| Modifier and Type | Method and Description |
|---|---|
<EXTYPE extends Exception> |
SimpleLock.lockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)
Execute the provided runnable in a read lock.
|
<EXTYPE extends Exception> |
SimpleLock.lockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)
Execute the provided runnable in a read lock.
|
<EXTYPE extends Exception> |
SimpleReadWriteLock.readLockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)
Execute the provided runnable in a read lock.
|
<EXTYPE extends Exception> |
SimpleReadWriteLock.readLockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)
Execute the provided runnable in a read lock.
|
<EXTYPE extends Exception> |
SimpleReadWriteLock.writeLockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)
Execute the provided runnable in a write lock.
|
<EXTYPE extends Exception> |
SimpleReadWriteLock.writeLockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)
Execute the provided runnable in a write lock.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommonsTestHelper.testInParallel(int nCalls,
IThrowingRunnable<? extends Exception> aRunnable)
Run something in parallel
|
static void |
CommonsTestHelper.testInParallel(int nCalls,
IThrowingRunnable<? extends Exception> aRunnable)
Run something in parallel
|
Copyright © 2014–2022 Philip Helger. All rights reserved.