Haskell-capataz

Supervisor library

Provides a way to manage and coordinate concurrent system components using tree-like supervision structures in Haskell

OTP-like supervision trees in Haskell

GitHub

62 stars
12 watching
3 forks
Language: Haskell
last commit: over 7 years ago
concurrencyhaskellsupervisor

Related projects:

RepositoryDescriptionStars
damianh/littleforkerA utility library to aid in the launching and supervision of child processes.125
haskell/parsecA parser combinator library designed to be industrial-strength and easy to use850
simonmar/par-tutorialA tutorial and code samples for parallel and concurrent programming in Haskell.219
simonmar/parconc-examplesSample code to accompany a book on parallel and concurrent programming in Haskell355
haskell-suite/haskell-src-extsA toolset for manipulating and analyzing Haskell source code194
haskell-mafia/mafiaAutomates dependency installation and project setup for Haskell projects.136
tailhook/lithosA process supervisor and containerizer written in Rust for running services.112
awkward-squad/kiA lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations.83
haskell/attoparsecA fast parser combinator library for efficient text parsing in network protocols and file formats513
tree-sitter/haskell-tree-sitterHaskell bindings for an incremental parsing toolkit used in compiler development and language analysis.156
lettier/parsing-with-haskell-parser-combinatorsAn in-depth guide to parsing using Haskell's parser combinator technology93
anton-k/ru-haskell-bookAn online Haskell book repository with source code examples and downloadable books in various formats.276
cyga/real-world-haskellA tool to parse and fix code samples from the book 'Real World Haskell'89
sekomer/victimAn interpreted scripting language written in Haskell with a simple syntax and clean alternatives to traditional control flow constructs.41
sustrik/libdillStructured concurrency primitives for C to manage concurrent tasks efficiently1,692