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.2.1 - 0.3:
added (<->) convenience operator, and strict send'
add composition/transformation functions for Mailboxes
drop support for older base and transformers, no more CPP
depend on chan-split 0.4
Properties
| Versions | 0.0.1, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0 |
|---|---|
| Dependencies | base (≥4.3 & <5), chan-split (≥0.4.0), contravariant, mtl (≥2), transformers (≥0.3) |
| 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 | Sun Aug 5 03:19:17 UTC 2012 |
| Uploaded by | BrandonSimmons |
| Built on | ghc-7.4 |
Modules
- Control
- Concurrent
Downloads
- simple-actors-0.3.0.tar.gz (Cabal source package)
- package description (included in the package)