stm-delay: Updatable one-shot timer polled with STM
This library lets you create a one-shot timer, poll it using STM, and update it to ring at a different time than initially specified.
It uses GHC event manager timeouts when available (GHC 7.2+, -threaded
,
non-Windows OS), yielding performance similar to threadDelay
and
registerDelay
. Otherwise, it falls back to forked threads and
threadDelay
.
Downloads
- stm-delay-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.1.1, 0.1.1.2 |
---|---|
Dependencies | base (>=4.3 && <5), stm [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) Joseph Adams 2012 |
Author | Joey Adams |
Maintainer | joeyadams3.14159@gmail.com |
Category | System |
Home page | https://github.com/joeyadams/haskell-stm-delay |
Source repo | head: git clone git://github.com/joeyadams/haskell-stm-delay.git |
Uploaded | by JoeyAdams at 2012-10-13T14:41:04Z |
Distributions | Arch:0.1.1.1, Debian:0.1.1.1, LTSHaskell:0.1.1.1, NixOS:0.1.1.1, Stackage:0.1.1.1 |
Reverse Dependencies | 10 direct, 27 indirect [details] |
Downloads | 12879 total (8 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] |