- _getResultWithTimeout
Blocks until a result is available, or timeout milliseconds have elapsed. Needs
to be called with a
- getResult
- getResultWithTimeout
- hasResult
Checks whether result is available. Does not block.
- reset
- setResult
Sets the result and notifies any threads waiting for it
- <init>