Popularity
8.6
Stable
Activity
0.0
Stable
62
11
3
Monthly Downloads: 11
Programming language: Haskell
License: MIT License
Tags:
Concurrency
Control
Latest version: v0.2.1.0
capataz alternatives and similar packages
Based on the "Concurrency" category.
Alternatively, view capataz 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 – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of capataz or a related project?
README
Capataz
Our greatest glory is not in never failing, but in rising every time we fail.– Confucius
Table Of Contents
Installation
Make sure you include the following entry on your cabal file's dependecies section.
library:
build-depends: capataz
Or on your package.yaml
dependencies:
- capataz
Documentation
The documentation website can be found here. Some relevant links:
Development
Follow the developer guidelines
In future releases
- Replace Protolude in favor of RIO
- Documentation of performance analysis
- Ensure unit tests always finish on all concurrent scenarios (dejafu experiment)