protected abstract class FileSystemImpl.BlockingAction<T> extends Object implements Action<T>
| Modifier and Type | Field and Description |
|---|---|
protected ContextImpl |
context |
| Constructor and Description |
|---|
BlockingAction(Handler<AsyncResult<T>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run the blocking action using a thread from the worker pool.
|
protected final ContextImpl context
public BlockingAction(Handler<AsyncResult<T>> handler)
Copyright © 2015. All Rights Reserved.