nano-erl: Small library for Erlang-style actor semantics

[ concurrency, library, mit ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

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 2047 total (15 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]