Uses of Class
com.lmax.disruptor.WorkProcessor
-
Packages that use WorkProcessor 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 WorkProcessor in com.lmax.disruptor
Fields in com.lmax.disruptor declared as WorkProcessor Modifier and Type Field Description private WorkProcessor<?>[]
WorkerPool. workProcessors
-