Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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