Package | Description |
---|---|
org.helenus.util |
Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
Inhibit.interruptions(E2Runnable<E,InterruptedException> cmd,
EConsumer<InterruptedException,E> handle)
Invokes the specified command while inhibiting Java interruptions and
propagating them after.
|
static <E extends Throwable> |
Inhibit.interruptionsWhileRetrying(E2Runnable<E,InterruptedException> cmd)
Invoked the specified command object while inhibiting Java interruptions
and propagating them after.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.