nano-erl

Version 0.1.0.1 revision 0 uploaded by TomMurphy.

Package meta

Synopsis
Small library for Erlang-style actor semantics
Description

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
Author
TomMurphy
Bug reports
n/a
Category
Concurrency
Copyright
n/a
Homepage
n/a
Maintainer
TomMurphy
Package URL
n/a
Stability
n/a

Components