Popularity
4.6
Stable
Activity
0.0
Stable
8
4
0
Monthly Downloads: 30
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.
-
haxl
A Haskell library that simplifies access to remote data, such as databases or web-based services. -
unagi-chan
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API -
timers
Simple package that implements timers. Both "one-shot" and "repeating" timers are implemented.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of conceit or a related project?
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.