Popularity
4.6
Declining
Activity
0.0
Stable
8
4
0

Monthly Downloads: 33
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Concurrency    
Latest version: v0.4.0.0

conceit alternatives and similar packages

Based on the "Concurrency" category.
Alternatively, view conceit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of conceit or a related project?

Add another 'Concurrency' Package

README

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.