See: Description
| Class | Description |
|---|---|
| ConstantTimeWatchdog |
This class is to guarantee that a given
ListenableFuture is completed within a
timeout. |
| MixedTimeWatchdog |
A class which handles a collection of
ConstantTimeWatchdog instances. |
| PollingWatchdog |
This class is designed to help ensure a future completes with an arbitrary condition to
determine when a future should be canceled.
|