Package | Description |
---|---|
org.spf4j.zel.vm |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionContext
Virtual Machine Execution Context
|
Modifier and Type | Method and Description |
---|---|
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 © 2018 SPF4J. All rights reserved.