| Package | Description |
|---|---|
| com.aliyun.mns.common.utils |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadUtil.asyncWithoutReturn(ThreadPoolExecutor threadPoolExecutor,
ThreadUtil.AsyncRunInterface asyncRunInterface)
设置多线程处理,不等待处理完即返回
|
static void |
ThreadUtil.asyncWithReturn(ThreadPoolExecutor threadPoolExecutor,
Integer maxThreadNum,
ThreadUtil.AsyncRunInterface asyncRunInterface)
设置多线程处理,等待处理完才返回
|
Copyright © 2024. All Rights Reserved.