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.
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
A completion object that emits completion notifications either succeeded or failed.