Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basvandijk/unbounded-delays
Unbounded thread delays and timeouts
https://github.com/basvandijk/unbounded-delays
delay haskell
Last synced: 26 days ago
JSON representation
Unbounded thread delays and timeouts
- Host: GitHub
- URL: https://github.com/basvandijk/unbounded-delays
- Owner: basvandijk
- License: other
- Created: 2011-04-17T17:44:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T07:28:04.000Z (over 1 year ago)
- Last Synced: 2024-05-08T20:12:07.053Z (6 months ago)
- Topics: delay, haskell
- Language: Haskell
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
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.[threadDelay]: http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Concurrent.html#v:threadDelay
[timeout]: http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-Timeout.html#v:timeout