time-out: Execute a computation with a timeout

[ control, library, monad, public-domain, time, timeout ] [ Propose Tags ]

This simple library allows you to execute a computation with a limit on its running time. If it finishes within the specified limit, you get the result it returns. Otherwise, i.e. if it doesn't finish in time, it will be aborted and you'll be notified.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2
Change log ChangeLog
Dependencies base (>=4.8 && <5), exceptions (>=0.8.2.1), time-units (>=1.0.0), transformers (>=0.4.2.0) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Category Control, Monad, Network
Home page http://hub.darcs.net/fr33domlover/time-out
Bug tracker mailto:fr33domlover@riseup.net
Source repo head: darcs get http://hub.darcs.net/fr33domlover/time-out
Uploaded by akrasner at 2016-03-17T16:28:02Z
Distributions NixOS:0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4131 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-03-17 [all 1 reports]

Readme for time-out-0.1

[back to package description]

See the .cabal file for more info and link to project website the version control.

The official download location is Hackage:

http://hackage.haskell.org/package/time-out

This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file 'COPYING'.

See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains how to see the history log of the changes done in the code. 'NEWS' provides a friendly overview of the changes for each release.