Uses of Class
com.lmax.disruptor.SingleProducerSequencerFields
Packages that use SingleProducerSequencerFields
Package
Description
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.disruptorModifier and TypeClassDescriptionfinal class
Coordinator for claiming sequences for access to a data structure while tracking dependentSequence
s.