| Interface | Description |
|---|---|
| LockableRunnable |
A runnable which is locked until
LockableRunnable.release() is called. |
| Reschedulable |
Runnable extension that allows to reschedule itself.
|
| RunnableBuilder |
May be used to construct different types of
runnables. |
| Class | Description |
|---|---|
| InvocationCallable<T> |
Wraps a
MethodInvocation object in a Callable for asynchronous
execution. |
| InvokeMethodRunnable | |
| RunnablesModule |
Purely used internal to install runnables related bindings into the main module.
|
Copyright © 2014–2018. All rights reserved.