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.
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 | Tue Oct 11 02:53:02 UTC 2011 |
| Uploaded by | BrandonSimmons |
| Built on | ghc-7.2 |
Modules
- Control
- Concurrent
Downloads
- simple-actors-0.1.0.tar.gz (Cabal source package)
- package description (included in the package)