public class PromiseExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Constructor and Description |
|---|
PromiseExecutor(java.util.concurrent.Executor executor) |
public <V> Promise<V> submit(java.util.concurrent.Callable<? extends V> task)
public void execute(java.lang.Runnable runnable)
execute in interface java.util.concurrent.ExecutorCopyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.