simple-actors: A library for more structured concurrent programming, based on the Actor Model

[ bsd3, concurrency, library ] [ Propose Tags ]

simple-actors is an EDSL-style library for writing more structured concurrent programs, based on the Actor Model. Computations are structured as Behaviors which take a single input value, perform some Actions, and return the Behavior to process the next input message it receives.

CHANGES 0.1 - 0.2:

  • documentation cleanup

  • updates for GHC 7.4.1

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0
Dependencies base (>=4 && <5), chan-split, contravariant, mtl (>=2), transformers [details]
License BSD-3-Clause
Author Brandon Simmons
Maintainer brandon.m.simmons@gmail.com
Category Concurrency
Home page http://coder.bsimmons.name/blog/2011/05/simple-actors-a-simple-actor-model-concurrency-library/
Source repo head: git clone https://github.com/jberryman/simple-actors.git
Uploaded by BrandonSimmons at 2012-07-04T03:44:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4277 total (16 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]