| Package | Description |
|---|---|
| rocks.xmpp.util.concurrent |
Provides classes for concurrency.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AsyncResult.getResult()
Waits uninterruptibly on the result of the query and returns it.
|
T |
AsyncResult.getResult(long timeout,
TimeUnit unit)
Waits uninterruptibly on the result of the query (with a timeout) and returns it.
|
Copyright © 2014–2016 XMPP.rocks. All rights reserved.