conceit: Concurrent actions that may fail

[ bsd3, concurrency, library ] [ Propose Tags ]

A version of the async package's Control.Concurrent.Async.Concurrently for which the actions may fail


[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.0, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0
Change log CHANGELOG
Dependencies base (>=4.4 && <5), bifunctors (>=4.1 && <5), exceptions (>=0.6 && <0.7), mtl (>=2.0 && <2.3), semigroupoids (>=4 && <5), transformers (>=0.2 && <0.5), void (>=0.6 && <0.7) [details]
License BSD-3-Clause
Author Daniel Díaz Carrete
Maintainer diaz_carrete@yahoo.com
Category Concurrency
Source repo head: git clone https://github.com/danidiaz/conceit.git
Uploaded by DanielDiazCarrete at 2014-10-23T21:44:07Z
Distributions NixOS:0.5.0.0
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 7552 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for conceit-0.2.1.0

[back to package description]

conceit

A version of the async package's Concurrently for which the computations can be interrupted by returning a Left value.

Includes a useful Bifunctor instance.