Releases: Spikhalskiy/hashed-wheel-timer
Releases · Spikhalskiy/hashed-wheel-timer
0.3.0-RC1
0.2.0
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
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.