eprocess: *Very* basic erlang-like process support for Haskel

[ bsd3, concurrency, library ] [ Propose Tags ]

This library provides a *very* 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), MonadCatchIO-mtl (>=0.1.0 && <0.3), mtl (>=1.1.0 && <1.2) [details]
License BSD-3-Clause
Copyright 2009 Fernando "Brujo" Benavides
Author Fernando "Brujo" Benavides
Maintainer greenmellon@gmail.com
Category Concurrency
Bug tracker http://github.com/elbrujohalcon/eprocess/issues
Source repo head: git clone git://github.com/elbrujohalcon/eprocess.git
Uploaded by FernandoBenavides at 2009-12-01T14:23:32Z
Distributions
Reverse Dependencies 3 direct, 7 indirect [details]
Downloads 10332 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for eprocess-1.1.0

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