The latest version of stm-delay is 0.1.1.1-0.

stm-delay

Version 0.1 revision 0 uploaded by JoeyAdams.

Package meta

Synopsis
Updatable one-shot timer polled with STM
Description

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.

Author
Joey Adams
Bug reports
n/a
Category
System
Copyright
Copyright (c) Joseph Adams 2012
Homepage
https://github.com/joeyadams/haskell-stm-delay
Maintainer
joeyadams3.14159@gmail.com
Package URL
n/a
Stability
n/a

Components