unbounded-delays: Unbounded thread delays and timeouts

[ bsd3, concurrency, library ] [ Propose Tags ]

The threadDelay and timeout functions from the base library use the bounded Int type for specifying the delay or timeout period. This packages provides alternatives which use the unbounded Integer type.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.1.0, 0.1.1.1
Dependencies base (>=4.4 && <5) [details]
License BSD-3-Clause
Copyright 2011-2012 Bas van Dijk & Roel van Dijk
Author Bas van Dijk <v.dijk.bas@gmail.com> Roel van Dijk <vandijk.roel@gmail.com>
Maintainer Bas van Dijk <v.dijk.bas@gmail.com> Roel van Dijk <vandijk.roel@gmail.com>
Revised Revision 1 made by Bodigrim at 2021-04-05T19:34:32Z
Category Concurrency
Home page https://github.com/basvandijk/unbounded-delays
Bug tracker https://github.com/basvandijk/unbounded-delays/issues
Source repo head: git clone git://github.com/basvandijk/unbounded-delays.git
Uploaded by BasVanDijk at 2017-05-05T01:37:16Z
Distributions Arch:0.1.1.1, Debian:0.1.1.0, Fedora:0.1.1.1, LTSHaskell:0.1.1.1, NixOS:0.1.1.1, Stackage:0.1.1.1
Reverse Dependencies 21 direct, 476 indirect [details]
Downloads 93820 total (207 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-05 [all 1 reports]

Readme for unbounded-delays-0.1.1.0

[back to package description]

The threadDelay and timeout functions from the base library use the bounded Int type for specifying the delay or timeout period. This packages provides alternatives which use the unbounded Integer type.