eprocess: *Very* basic Erlang-like process support for Haskell

[ 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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.1), mtl (>=1.1.0 && <1.2) [details]
License BSD-3-Clause
Copyright 2009 Fernando "Brujo" Benavides
Author Fernando "Brujo" Benavides
Maintainer greenmellon@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2019-01-08T07:21:31Z
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 2010-05-12T16:09:08Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for eprocess-1.1.2

[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