eprocess

Basic Erlang-like process support for Haskell

Latest on Hackage:1.7.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Fernando "Brujo" Benavides
Maintained by [email protected]

This library provides a basic support for processes with message queues. It was built using channels, threads and MVars. Since version 1.1.0 you can also kill a running process.