@hackage unbounded-delays0.1.1.1
Unbounded thread delays and timeouts
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com> Roel van Dijk <roel@lambdacube.nl>
Links
Versions
Installation
Dependencies (1)
Dependents (35)
@hackage/antikythera, @hackage/Villefort, @hackage/electrs-client, @hackage/alarmclock, @hackage/git-annex, @hackage/toysolver, Show all…
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.