timer-wheel: A timer wheel
This library provides a timer wheel data structure for registering one-shot or recurring IO
actions to fire after a
given amount of time.
.
It is similar to TimerManager
from GHC.Event
, but supports recurring actions, and can scale to handle many more
registered actions.
[Skip to Readme]
Downloads
- timer-wheel-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0, 0.2.0, 0.2.0.1, 0.3.0, 0.4.0, 0.4.0.1, 1.0.0, 1.0.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | atomic-primops (>=0.8 && <0.9), base (>=4.12 && <4.20), ki (>=1.0.0 && <1.1), primitive (>=0.7 && <0.10) [details] |
Tested with | ghc ==9.4.7, ghc ==9.6.3, ghc ==9.8.1 |
License | BSD-3-Clause |
Copyright | (c) 2018-2023 Mitchell Rosen, Travis Staton |
Author | Mitchell Rosen |
Maintainer | Mitchell Rosen <mitchellwrosen@gmail.com>, Travis Staton <hello@travisstaton.com> |
Category | Data |
Home page | https://github.com/awkward-squad/timer-wheel |
Bug tracker | https://github.com/awkward-squad/timer-wheel/issues |
Source repo | head: git clone git://github.com/awkward-squad/timer-wheel.git |
Uploaded | by mitchellwrosen at 2023-10-11T00:17:04Z |
Distributions | LTSHaskell:1.0.0.1, NixOS:1.0.0.1, Stackage:1.0.0.1 |
Downloads | 2204 total (32 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |