Name: | ghc-unbounded-delays |
---|---|
Version: | 0.1.1.1 |
Release: | 12.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 33526 |
License: | BSD-3-Clause |
RPM: | ghc-unbounded-delays-0.1.1.1-12.el10_0.x86_64.rpm |
Source RPM: | ghc-unbounded-delays-0.1.1.1-12.el10_0.src.rpm |
Build Date: | Mon May 19 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/unbounded-delays |
Summary: | Unbounded thread delays and timeouts |
Description: | 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. |