Description
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