Cause the current thread to wait until this completion completes.
If the current thread is interrupted, an exception will be thrown.
Cause the current thread to wait until this completion completes with a configurable timeout.
If completion times out or the current thread is interrupted, an exception will be thrown.
Cause the current thread to wait until this completion completes and succeeds.
If the current thread is interrupted or the suite fails, an exception will be thrown.
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.
If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.
Signals the asynchronous operation is done, this method must be called with a count greater than 0
,
otherwise it throws an IllegalStateException
to signal the error.
Count down the async.
Completion handler to receive a completion signal when this completions completes.
Completion handler to receive a completion signal when this completions completes.
Completes the future upon completion, otherwise fails it.
Generated using TypeDoc
An asynchronous exit point for a test.