Uses of Class
com.lmax.disruptor.SingleProducerSequencerFields
-
Packages that use SingleProducerSequencerFields Package Description com.lmax.disruptor The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. -
-
Uses of SingleProducerSequencerFields in com.lmax.disruptor
Subclasses of SingleProducerSequencerFields in com.lmax.disruptor Modifier and Type Class Description class
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependentSequence
s.
-