接口 org.logicalcobwebs.concurrent.Channel
的使用

使用 Channel 的软件包
org.logicalcobwebs.concurrent Concurrency utilities. 
 

org.logicalcobwebs.concurrentChannel 的使用
 

org.logicalcobwebs.concurrentChannel 的子接口
 interface BoundedChannel
          A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
 

实现 Channelorg.logicalcobwebs.concurrent 中的类
 class LinkedQueue
          A linked list based channel implementation.
 



Copyright © 2014. All rights reserved.