张先生~

导航

随笔分类 -  多线程

这两天学的线程池归纳
摘要:1 线程池 》接口 Executor 2 线程池 》接口 ExecutorService final ExecutorService poolExecutor = Executors.newFixedThreadPool(threadNum); poolExecutor.submit(new Con 阅读全文

posted @ 2018-04-13 14:55 张先生~ 阅读(220) 评论(0) 推荐(0)