| 程序包 | 说明 |
|---|---|
| com.firefly.utils.concurrent | |
| com.firefly.utils.io | |
| com.firefly.utils.time |
| 类和说明 |
|---|
| Callback
A callback abstraction that handles completed/failed events of asynchronous
operations.
|
| Callback.Nested |
| Callback.NonBlocking
Callback interface that declares itself as non-blocking
|
| IteratingCallback
This specialized callback implements a pattern that allows a large job to be
broken into smaller tasks using iteration rather than recursion.
|
| IteratingCallback.Action
The indication of the overall progress of the overall job that
implementations of
IteratingCallback.process() must return. |
| Locker.Lock |
| Promise
A callback abstraction that handles completed/failed events of asynchronous
operations.
|
| Scheduler |
| Scheduler.Future |
| SharedBlockingCallback.Blocker
A Closeable Callback.
|
| 类和说明 |
|---|
| Callback
A callback abstraction that handles completed/failed events of asynchronous
operations.
|
| CountingCallback
A callback wrapper that succeeds the wrapped callback when the count is
reached, or on first failure.
|
| 类和说明 |
|---|
| Scheduler.Future |
Copyright © 2016. All rights reserved.