线程池

什么是线程池 合理使用线程池的好处: 线程池的实现原理 参考博客:https://blog.csdn.net/mine_song/article/details/70948223 ThreadPoolExecutor 大的实箭头表示继承(箭头尾是子类),大的虚箭头表示实现,小的实箭头表示表示关联即Executors中有ThreadPoolExecutor的实例引用。 ThreadPoolExecu
相关文章
相关标签/搜索