The latest version of timer-wheel is 1.0.0.1-1.

timer-wheel

Version 0.3.0 revision 2 uploaded by mitchellwrosen.

Package meta

Synopsis
A timer wheel
Description

This library provides a timer wheel data structure for

  • (Almost) O(1) registering IO actions to fire after a given amount of time

  • O(1) canceling registered actions

It is similar to TimerManager from GHC.Event, but supports recurring timers, can scale to handle many more registered timers.

Author
Mitchell Rosen
Bug reports
https://github.com/mitchellwrosen/timer-wheel/issues
Category
Data
Copyright
(c) 2018-2020, Mitchell Rosen
Homepage
https://github.com/mitchellwrosen/timer-wheel
Maintainer
Mitchell Rosen <mitchellwrosen@gmail.com>
Package URL
n/a
Stability
n/a

Components