distributed-process-supervisor

Supervisors for The Cloud Haskell Application Platform

http://github.com/haskell-distributed/distributed-process

Version on this page:0.2.3
LTS Haskell 23.19:0.2.4
Stackage Nightly 2025-04-24:0.2.4
Latest on Hackage:0.2.4

See all snapshots distributed-process-supervisor appears in

BSD-3-Clause licensed by Tim Watson
Maintained by The Distributed Haskell team
This version can be pinned in stack with:distributed-process-supervisor-0.2.3@sha256:87eddeb6df4b484d30b4a69b0bf83342178608afe67a27be076f2265d21366ee,4955

Module documentation for 0.2.3

A part of the Cloud Haskell framework

This package implements a process which supervises a set of other processes, referred to as its children. These child processes can be either workers (i.e., processes that do something useful in your application) or other supervisors. In this way, supervisors may be used to build a hierarchical process structure called a supervision tree, which provides a convenient structure for building fault tolerant software.

For detailed information see Control.Distributed.Process.Supervisor