class |
BalancedClientFuture<V> |
A more balanced implementation of a ClientFuture that works better on some
platforms such as windows where the thread park and atomic operations used by
a more aggressive implementation could result in poor performance.
|
class |
ClientFuture<V> |
Asynchronous Client Future class.
|
class |
ConservativeClientFuture<V> |
A more conservative implementation of a ClientFuture that is better on some
platforms or resource constrained hardware where high CPU usage can be more
counter productive than other variants that might spin or otherwise avoid
entry into states requiring thread signaling.
|
class |
NoOpAsyncResult |
Simple NoOp implementation used when the result of the operation does not matter.
|
class |
ProgressiveClientFuture<V> |
An optimized version of a ClientFuture that makes use of spin waits and other
methods of reacting to asynchronous completion in a more timely manner.
|