public class YPipe<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicInteger |
c |
private int |
f |
private YQueue<T> |
queue |
private int |
r |
private int |
w |
| Constructor and Description |
|---|
YPipe(int qsize) |