Package | Description |
---|---|
org.spf4j.zel.vm |
Modifier and Type | Class and Description |
---|---|
class |
VMASyncFuture<T>
bean like implementation of a future
|
class |
VMSyncFuture<T>
bean like implementation of a future
|
Modifier and Type | Method and Description |
---|---|
List<VMFuture<Object>> |
ExecutionContext.getSuspendedAt() |
List<VMFuture<Object>> |
VMExecutor.Suspendable.getSuspendedAt() |
List<Pair<VMExecutor.Suspendable<Object>,VMFuture<Object>>> |
VMExecutor.resumeSuspendables(VMFuture<Object> future) |
Modifier and Type | Method and Description |
---|---|
List<Pair<VMExecutor.Suspendable<Object>,VMFuture<Object>>> |
VMExecutor.resumeSuspendables(VMFuture<Object> future) |
void |
ExecutionContext.suspend(VMFuture<Object> future) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.suspend(List<VMFuture<Object>> futures) |
Copyright © 2018 SPF4J. All rights reserved.