| Package | Description |
|---|---|
| com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
RingBuffer<E> |
Ring based store of reusable entries containing the data representing
an event being exchanged between event producer and
EventProcessors. |
Copyright © 2019. All rights reserved.