Create new MultithreadClaimStrategy that works between when threads are highly contended. Previous implementation is now called MultithreadLowContentionClaimStrategy
Fix for bug where EventProcessors weren't being added as gating sequences to the ring buffer.
Disruptor 2.8 发布, Java 并发编程框架
Disruptor 2.8 发布了,该版本包含如下改进:
Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。