adinapoli / threads-supervisor

Simple, IO-based Haskell library for Erlang-inspired thread supervisors
MIT License
29 stars 4 forks source link

Threads Supervisor

Tests Coverage Status Version

Simple, IO-based, forkIO-friendly threads supervision library.


Changelog

Example

Start from Control.concurrent.Supervisor.Tutorial. Other example can be found inside examples.

Installation

cabal install threads-supervisor

or

stack install threads-supervisor

If you have downloaded the latest master from Github:

cabal install

or

stack install

Testing

cabal install --enable-tests
cabal test

or

stack test

Contributions

This library scratches my own itches, but please fork away! Pull requests are encouraged to implement the part of the API you need.

Contributors