| 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 and Description |
|---|---|
class |
MultiProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequences
Suitable for use for sequencing across multiple publisher threads. |
class |
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequences.
Generally not safe for use from multiple threads as it does not implement any barriers. |
Copyright © 2011 - 2013 LMAX Ltd. All Rights Reserved.