pkgsrc/devel/hs-unbounded-delays/DESCR
2020-03-30 16:42:18 +00:00

3 lines
203 B
Text

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