Files
spring-boot-threadpool-demo/README.md
2025-11-10 19:31:05 +08:00

130 B

注意:Java ExecutorService 使用的默认等待队列是无限大小的 LinkedBlockingQueue,容易 OOM,不推荐使用