public interface PromiseRunner
PromiseRunnable.
The purpose of this is to abstract how promises are run.
Promises that are created by chaining then and except calls will inherit the same PromiseRunner instance.
| Modifier and Type | Method and Description |
|---|---|
<T> void |
runPromise(PromiseRunnable<T> promise) |
<T> void runPromise(PromiseRunnable<T> promise)