actor: Actors with multi-headed receive clauses

[ bsd3, concurrency, library ] [ Propose Tags ]

A Haskell library implementing "Actors with Multi-Headed Message Receive Patterns" COORDINATION'08


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Dependencies base, haskell98, stm, time [details]
License BSD-3-Clause
Author Martin Sulzmann
Maintainer martin.sulzmann@gmail.com
Category Concurrency
Home page http://sulzmann.blogspot.com/2008/10/actors-with-multi-headed-receive.html
Uploaded by MartinSulzmann at 2008-10-22T14:58:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2301 total (7 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 actor-0.1.1

[back to package description]
The Haskell implementation of

Actors with Multi-Headed Message Receive Patterns
Martin Sulzmann (martin.sulzmann@gmail.com) and Edmund Lam and Peter van Weert
In Coordination'08 


Installation via cabal:
runhaskell Setup.hs configure --ghc --user --prefix=$HOME
runhaskell Setup.hs build
runhaskell Setup.hs install

Check out the examples (extra-source-files) for how to use the library extension.
I'll add more information later.