| Package | Description |
|---|---|
| org.jctools.channels | |
| org.jctools.channels.mpsc | |
| org.jctools.channels.spsc |
| Modifier and Type | Method and Description |
|---|---|
ChannelProducer<E> |
Channel.producer() |
| Modifier and Type | Class and Description |
|---|---|
class |
MpscChannelProducer<E>
Package Scoped: not part of public API.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelProducer<E> |
MpscChannel.producer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpscChannelProducer<E>
Package Scoped: not part of public API.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelProducer<E> |
SpscChannel.producer() |