| Interface | Description |
|---|---|
| PrecipiceSemaphore | |
| ResilientPromise<T> |
A class wrapping the result of an action that will be completed at some point in
the future.
|
| Class | Description |
|---|---|
| AbstractResilientPromise<T> | |
| ActionThreadPool | |
| DefaultResilientPromise<T> | |
| ExchangingQueue<T> | |
| IntegerSemaphore | |
| LongAdder |
One or more variables that together maintain an initially zero
long sum. |
| LongMaxUpdater |
One or more variables that together maintain a running
long
maximum with initial value Long.MIN_VALUE. |
| NoOpSemaphore | |
| ResilientFuture<T> |
A class wrapping the result of an action that will be completed at some
point in the future.
|
| ResilientTask<T> | |
| SingleWriterResilientPromise<T> |
A class wrapping the result of an action.
|
Copyright © 2014 Tim Brooks. All Rights Reserved.