@hackage / nano-erl

Small library for Erlang-style actor semantics

Latest0.1.0.1

About

Metadata

  • Last updated , by TomMurphy
  • License MIT
  • Categories Concurrency
  • Maintained by: TomMurphy

  • Lottery factor: 0

Links

Installation

Readme

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