Java编程并发程序设计
1、使用线程的经验:设置名称、响应中断、使用ThreadLocal2、Executor:ExecutorService和Future☆☆☆3、阻塞队列:put和take、offer和poll、drainTo4、线程间的协调手段:lock、condition、wait、notify、notifyAll☆☆☆5、Lock-free:atomic、concurrentMap.putIfAbsent、CopyOnWriteArrayList☆☆☆6、关于锁使用的经验介绍7、并发流程控制手段:CountDownlatch、Barrier8、定时器:ScheduledExecutorService、大规模定时器TimerWheel9、并发三大定律
用户评论