| Package | Description |
|---|---|
| io.datakernel.async | |
| io.datakernel.eventloop |
| Modifier and Type | Method and Description |
|---|---|
static <T> SettableStage<T> |
SettableStage.create() |
<V> SettableStage<V> |
StagesAccumulator.newStage(Reducer<A,V> reducer) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stage<T> |
Stage.ofCallback(Consumer<SettableStage<T>> callbackConsumer) |
default <U> Stage<U> |
Stage.thenCallback(BiConsumer<? super T,SettableStage<U>> fn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractServer.onClose(SettableStage<Void> stage) |
Copyright © 2019. All rights reserved.