unbounded-delays: Unbounded thread delays and timeouts

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.


[Skip to Readme]

Properties

Versions 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.1.0, 0.1.1.1, 0.1.1.1
Change log None available
Dependencies base (>=4.4 && <5) [details]
License BSD-3-Clause
Copyright 2011-2020 Bas van Dijk & Roel van Dijk
Author Bas van Dijk <v.dijk.bas@gmail.com> Roel van Dijk <roel@lambdacube.nl>
Maintainer Bas van Dijk <v.dijk.bas@gmail.com> Roel van Dijk <roel@lambdacube.nl>
Category Concurrency
Home page https://github.com/basvandijk/unbounded-delays
Bug tracker https://github.com/basvandijk/unbounded-delays/issues
Source repo head: git clone git://github.com/basvandijk/unbounded-delays.git
Uploaded by RoelVanDijk at 2020-11-24T15:30:50Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for unbounded-delays-0.1.1.1

[back to package 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.