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

Safe HaskellNone
LanguageHaskell2010

Control.Concurrent.NanoErl.Examples.PingPong

Description

Create two processes which bounce "Ping" and "Pong" messages back and forth to each other

Documentation

main :: IO () Source