摘要:
public class ThreadPoolExecutor extends AbstractExecutorService { ... public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveT 阅读全文
posted @ 2022-03-01 22:29
upupup-999
阅读(45)
评论(0)
推荐(0)
摘要:
1.Thread类可以传入Runnable接口,而FutureTask实现了Runnable接口,并且构造参数为Callable package com.atgu; import java.util.concurrent.*; class MyCallable implements Callable 阅读全文
posted @ 2022-03-01 14:47
upupup-999
阅读(80)
评论(0)
推荐(0)
摘要:
package com.atgu; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; import java.util.concurrent.TimeUnit; imp 阅读全文
posted @ 2022-03-01 12:13
upupup-999
阅读(24)
评论(0)
推荐(0)
摘要:
(11条消息) Java 线上问题排查思路与工具使用_技术杂谈-CSDN博客 阅读全文
posted @ 2022-03-01 10:01
upupup-999
阅读(12)
评论(0)
推荐(0)
浙公网安备 33010602011771号