public class CompletablePromiseContext<V> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
checkEvery |
static org.slf4j.Logger |
LOGGER |
protected List<CompletablePromise<V>> |
promises |
| Constructor and Description |
|---|
CompletablePromiseContext(long ms) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CompletablePromise<V> promise) |
protected void |
schedule() |
void |
start() |
public static final org.slf4j.Logger LOGGER
protected long checkEvery
protected List<CompletablePromise<V>> promises
public void add(CompletablePromise<V> promise)
public void start()
protected void schedule()
Copyright © 2021. All rights reserved.