nano-erl: Small library for Erlang-style actor semantics
A small, beginner-friendly library for Erlang-style actor semantics, for coordinating concurrent processes and message passing
Processes are plain IO actions, so no monad transformers needed (no liftIO!)
For best performance, compile with:
ghc -O2 -threaded -rtsopts -with-rtsopts=-N
Modules
[Index]
Downloads
- nano-erl-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Dependencies | base (>=4.6 && <5), stm [details] |
License | MIT |
Author | TomMurphy |
Maintainer | TomMurphy |
Category | Concurrency |
Uploaded | by TomMurphy at 2016-01-23T01:00:27Z |
Distributions | LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2144 total (19 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |