首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

认识一上 java.util.concurrent.locks

2012-10-07 
认识一下 java.util.concurrent.locks转自http://download.oracle.com/javase/1.5.0/docs/guide/concurren

认识一下 java.util.concurrent.locks
转自http://download.oracle.com/javase/1.5.0/docs/guide/concurrency/overview.html

The java.util.concurrent.locks package provides a high-performance lock implementation with the same memory semantics as synchronization, but which also supports specifying a timeout when attempting to acquire a lock, multiple condition variables per lock, non-lexically scoped locks, and support for interrupting threads which are waiting to acquire a lock.

热点排行