public class PromiseExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.Executor |
executor |
Constructor and Description |
---|
PromiseExecutor(java.util.concurrent.Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.Runnable runnable) |
<V> org.osgi.util.promise.Promise<V> |
submit(java.util.concurrent.Callable<? extends V> task) |