| 程序包 | 说明 |
|---|---|
| hprose.util.concurrent |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Promise<T> |
Promise.delayed(long duration,
AsyncCall<T> computation) |
static <T> Promise<T> |
Promise.delayed(long duration,
TimeUnit timeunit,
AsyncCall<T> computation) |
static <T> Promise<T> |
Promise.sync(AsyncCall<T> computation) |
| 构造器和说明 |
|---|
Promise(AsyncCall<V> computation) |
Copyright © 2018. All rights reserved.