| 程序包 | 说明 |
|---|---|
| org.logicalcobwebs.concurrent |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BoundedChannel
A channel that is known to have a capacity, signifying
that
put operations may block when the
capacity is reached. |
interface |
Channel
Main interface for buffers, queues, pipes, conduits, etc.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LinkedQueue
A linked list based channel implementation.
|
Copyright © 2024. All rights reserved.