| 程序包 | 说明 |
|---|---|
| cn.ruleengine.common.thread |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,OUT> List<OUT> |
AsyncUtils.batch(ExecutorService executorService,
List<List<T>> lists,
BatchExecutor<T,OUT> batchExecutor) |
static <T,OUT> List<OUT> |
AsyncUtils.batch(ExecutorService executorService,
List<T> list,
int aFew,
BatchExecutor<T,OUT> batchExecutor) |
Copyright © 2020–2021 ruleengine. All rights reserved.