Java Concurrency - Anatomy of a Synchronizer
2008年07月09日 19:14 • 查看 19 次 • 打印本文
Text no 21 in the Java Concurency series analyzes the design traits
that most synchronizers (locks, semaphores, blocking queues etc.) have in common.
Knowing these traits can be useful when implementing custom synchronizers,
as these will most likely contain the same basic parts as most other synchronizers.
评论
发表评论