The simple-actors package
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
Properties
| Versions | 0.0.1, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0 |
|---|---|
| Dependencies | base (4.*), chan-split, contravariant, mtl (≥2), transformers |
| License | BSD3 |
| Author | Brandon Simmons |
| Maintainer | brandon.m.simmons@gmail.com |
| Stability | Experimental |
| Category | Concurrency |
| Home page | http://coder.bsimmons.name/blog/2011/05/simple-actors-a-simple-actor-model-concurrency-library/ |
| Source repository | git clone https://github.com/jberryman/simple-actors.git |
| Upload date | Wed Jul 4 03:44:40 UTC 2012 |
| Uploaded by | BrandonSimmons |
| Built on | ghc-7.4 |
Modules
- Control
- Concurrent
Downloads
- simple-actors-0.2.0.tar.gz (Cabal source package)
- package description (included in the package)