stm-delay: Updatable one-shot timer polled with STM

[ bsd3, library, system ] [ Propose Tags ]

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.

0.1.1
Add tryWaitDelayIO, improve performance for certain cases of newDelay and updateDelay, and improve example.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.1.1
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 2014-09-14T06:47:53Z
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 12299 total (57 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]