| Modifier and Type | Field and Description |
|---|---|
protected ContextInternal |
context |
| Constructor and Description |
|---|
BlockingAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Promise<T> fut)
Something has happened, so handle it.
|
abstract T |
perform() |
Future<T> |
run()
Run the blocking action using a thread from the worker pool.
|
protected final ContextInternal context
Copyright © 2021. All rights reserved.