Changelog for timer-wheel-0.2.0
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.
Unreleased
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