eprocess: Basic Erlang-like process support for Haskell

[ bsd3, concurrency, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 1.7.0, 1.7.1, 1.7.2
Dependencies base (>=4 && <5), exceptions (>=0.6 && <0.9), mtl (>=2.1 && <2.3) [details]
License BSD-3-Clause
Copyright 2009 Fernando "Brujo" Benavides
Author Fernando "Brujo" Benavides
Maintainer corentin.dupont@gmail.com
Category Concurrency
Source repo head: git clone git://github.com/cdupont/eprocess.git
Uploaded by CorentinDupont at 2015-07-22T09:07:00Z
Distributions
Reverse Dependencies 3 direct, 7 indirect [details]
Downloads 10287 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-22 [all 1 reports]

Readme for eprocess-1.7.2

[back to package description]
This library provides a basic support for processes with message queues.  It was built using channels and MVars.
See http://hackage.haskell.org/package/eprocess