perlye

博客园 首页 新随笔 联系 订阅 管理

http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html

The package mainly consists of implementations of a few interfaces:

  • Sync -- locks, conditions
  • Channel -- queues, buffers
  • Barrier -- multi-party synchronization
  • SynchronizedVariable -- atomic ints, refs etc
  • java.util.Collection -- collections
  • Executor -- replacements for direct use of Thread
posted on 2004-11-23 20:32  perlye  阅读(462)  评论(2编辑  收藏  举报