| Package | Description |
|---|---|
| org.spf4j.zel.vm |
| Modifier and Type | Method and Description |
|---|---|
VMExecutor.Suspendable<Object> |
ExecutionContext.getCallable() |
static <T> VMExecutor.Suspendable<T> |
VMExecutor.synchronize(VMExecutor.Suspendable<T> what) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<VMExecutor.Suspendable<Object>,VMFuture<Object>>> |
VMExecutor.resumeSuspendables(VMFuture<Object> future) |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
VMExecutor.submit(VMExecutor.Suspendable<T> callable) |
<T> Future<T> |
VMExecutor.submitInternal(VMExecutor.Suspendable<T> callable)
Returns a future that will not get notified when callable completes.
|
static <T> VMExecutor.Suspendable<T> |
VMExecutor.synchronize(VMExecutor.Suspendable<T> what) |
Copyright © 2015. All rights reserved.