Skip to content

Releases: Spikhalskiy/hashed-wheel-timer

0.3.0-RC1

12 Sep 06:27
Compare
Choose a tag to compare
  • Exposed Timer#getTask().
  • Added methods which support full compatibility with Agrona TimerWheel.

0.2.0

03 Sep 01:58
Compare
Choose a tag to compare

More flexible API - use Task interface instead of Runnable.

Timer instance provided to the void run(Timer) method of Task.

Timer has methods for rescheduling using itself instance.

0.1.0

02 Sep 02:43
Compare
Choose a tag to compare

Ported WheelTimer from the Agrona Project, API refined and simplified.
Major difference - now call to performTimers() is safe at any time. You don't need to check computeDelayInMs(). And inaccurate calls doesn't lead loss of tasks scheduled to the next tick of timers.
HashedWheelTimer adopted for JDK1.6.