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.


Keywords
concurrency, library, Propose Tags, Skip to Readme, , Index, Quick Jump, Control.Concurrent.Thread.Delay, Control.Concurrent.Timeout, unbounded-delays-0.1.1.1.tar.gz, browse, Package description, Package maintainers, BasVanDijk, RoelVanDijk, edit package information , 0.1.1.1, threadDelay, timeout, delay, haskell
License
BSD-3-Clause
Install
cabal install unbounded-delays-0.1.1.1

Documentation

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.