• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Control/Concurrent/H24-Nov-2020-16866

LICENSEH A D24-Nov-20201.5 KiB3326

README.markdownH A D24-Nov-2020442 75

Setup.hsH A D24-Nov-202046 32

unbounded-delays.cabalH A D24-Nov-20201.2 KiB3329

README.markdown

1The [threadDelay] and [timeout] functions from the `base` library use the
2bounded `Int` type for specifying the delay or timeout period. This packages
3provides alternatives which use the unbounded `Integer` type.
4
5[threadDelay]: http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Concurrent.html#v:threadDelay
6[timeout]:     http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-Timeout.html#v:timeout
7