openbsd-ports/devel/hs-unbounded-delays/pkg/DESCR
dcoppa 98d5a8e592 Import devel/hs-unbounded-delays.
Unbounded thread delays and timeouts.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:19:08 +00:00

4 lines
203 B
Plaintext

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.