Changelog for timer-wheel-0.2.0.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to the Haskell Package Versioning Policy.
[0.2.0.1] - 2019-05-19
Changed
- Swapped out
ghc-primandprimitiveforvector
[0.2.0] - 2019-02-03
Added
destroyfunction, for reaping the background threadrecurring_function
Changed
- If the timer wheel reaper thread crashes, it will propagate the exception to the thread that spawned it
newmay now throwInvalidTimerWheelConfig- The cancel action returned by
registeris now memoized, which fixes a bug involving trying to cancel arecurringtimer twice. The second call used to spin forever and peg a CPU - Use
Configtype for creating a timer wheel - Change argument order around
- Rename
newtocreate - Make recurring timers more accurate
[0.1.0] - 2018-07-18
Added
- Initial release