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


Keywords
concurrency, library, Propose Tags, Skip to Readme, , Index, Quick Jump, Control.Concurrent.Conceit, conceit-0.5.0.0.tar.gz, browse, Package description, Package maintainers, DanielDiazCarrete, edit package information , Concurrently, async
License
BSD-3-Clause
Install
cabal install conceit-0.5.0.0

Documentation

conceit

A version of the Concurrently Applicative from Simon Marlow's async package, with the difference that the concurrent computation stops if any of the actions returns a Left value, not only in the case of exceptions.

The internals have been copied wholesale from Concurrently, with modifications to support the new behaviour.

Includes a useful Bifunctor instance.