unbounded-delays

Unbounded thread delays and timeouts

https://github.com/basvandijk/unbounded-delays

Version on this page:0.1.0.10@rev:1
LTS Haskell 22.17:0.1.1.1
Stackage Nightly 2024-04-19:0.1.1.1
Latest on Hackage:0.1.1.1

See all snapshots unbounded-delays appears in

BSD-3-Clause licensed and maintained by Bas van Dijk <[email protected]> Roel van Dijk
This version can be pinned in stack with:unbounded-delays-0.1.0.10@sha256:98424c728917bd4638112a913f0032be8b84e837f4f60fc96e0d6dc40d61e5c6,1305

Module documentation for 0.1.0.10

Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2017-04-28(full list with versions):

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.