发表评论取消回复
相关阅读
相关 超实用高并发编程ExecutorCompletionService案例分析与源码解读
要点解说 假设现在有一大批需要进行计算的任务,为了提高整批任务的执行效率,你可能会使用线程池,向线程池中不断submit异步计算任务,同时你需要保留与每个任务关联的Fut
相关 【Java并发编程】FutureTask源码解读
最近在学习netty,其中讲到了异步回调,而Netty中的异步回调继承并扩展了JdK中FutureTask相关的API,所以索性又把FutureTask源码看了一遍。 最近要
相关 【并发编程】ReentrantReadWriteLock 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【Java并发编程】ThreadPoolExecutor 源码解读
一. 介绍 1.1 池化思想 在说线程池之前先说下池化思想,池化的出现是为了解决资源管理与资源分配的问题,计算机中,基于池化思想诞生了数据库连接池,内存池等,而线程
相关 【Java并发编程】ReentrantLock 源码解读
一. 介绍 上篇文章介绍了Lock接口,这篇文章我们就来看看实现Lock接口的ReentrantLock类 二. 属性 ReentrantLock
相关 【并发编程】FutureTask 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】CountDownLatch 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】ReentrantLock 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】Semaphore 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】ThreadLocal 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
还没有评论,来说两句吧...