public interface IKernelBarrier
extends java.util.concurrent.ForkJoinPool.ManagedBlocker
Modifier and Type | Method and Description |
---|---|
void |
breakBarrier(java.lang.Throwable e)
Breaks the barrier.
|
void |
cancelBarrier()
Cancels the barrier.
|
void cancelBarrier()
void breakBarrier(java.lang.Throwable e)
AparapiBrokenBarrierException
.t
- the Throwable causing the barrier to break.