线程池
u014753478
The advance of technology is based on making it fit in so that you don't really even notice it, so it's part of everyday lift.
展开
-
并发安全集合和线程池
链接:http://note.youdao.com/noteshare?id=2fca953a259ca779438803a9bf8b9885&sub=5FBC1E4F114F4181AA5B3F0D9CF595D6原创 2021-11-23 11:13:25 · 182 阅读 · 0 评论 -
线程池知识点总结
1. 线程池中的worker继承AQS,实现了不可重入锁,主要是为了通过有锁,无锁标识worker处于忙碌状态还是空闲状态,从而可以判断是否对woker进行销毁。参考文章: ThreadPoolExecutor关闭线程池原理原创 2021-10-20 23:24:54 · 239 阅读 · 0 评论 -
线程池源码分析总结
虽然断断续续看过很多遍线程池的源码,但是一直没对线程池源码进行过以此分析总结。先保存下下面这篇博客的链接,找时间对线程池进行以此系统的分析总结: https://www.cnblogs.com/trust-freedom/p/6681948.html#label_1 ...原创 2021-05-22 20:10:08 · 83 阅读 · 0 评论