Skip to content

Release 3.4.0

Compare
Choose a tag to compare
@mikeb01 mikeb01 released this 26 Feb 19:57
· 429 commits to master since this release
  • 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.