@hackage / unbounded-delays

Unbounded thread delays and timeouts

Latest0.1.1.1

About

Metadata

  • Last updated , by RoelVanDijk
  • License BSD-3-Clause
  • Categories Concurrency
  • Maintained by: Bas van Dijk <v.dijk.bas@gmail.com> Roel van Dijk <roel@lambdacube.nl>

  • Lottery factor: 0

Links

Installation

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.