Disruptor v3.4.0 Release Notes

Release Date: 2018-02-26 // about 6 years ago
    • Drop support for JDK6, support JDK7 and above only.
    • Add ThreadHints.onSpinWait to all busy spins within Disruptor.
    • Increase default sleep time for LockSupport.parkNanos to prevent busy spinning.