会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ashe
https://ashe-c0de.github.io/
首页
管理
2023年6月27日
线程池处理异步任务
摘要: /** * 异步任务线程池 (单例) * 用于异步执行任务 */ public class ThreadPoolSingleton { private static final AtomicReference<ThreadPoolSingleton> INSTANCE = new AtomicRef
阅读全文
posted @ 2023-06-27 15:02 Ashe|||^_^
阅读(107)
评论(0)
推荐(0)
公告