| Modifier and Type | Method and Description |
|---|---|
T |
Promise.get(java.time.Duration timeout) |
T |
Future.get(java.time.Duration timeout)
Blocks the current thread until this future is satisfied and gets its result.
|
void |
Promise.join(java.time.Duration timeout) |
void |
Future.join(java.time.Duration timeout)
Blocks the current thread until this future is satisfied.
|
Copyright © 2017. All Rights Reserved.