| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Concurrent.NanoErl.Examples.PingPong
Description
Create two processes which bounce "Ping" and "Pong" messages back and forth to each other
Documentation
data PingPongMsg #
Constructors
| Ping (Pid PingPongMsg) | |
| Pong (Pid PingPongMsg) |
Instances
| Show PingPongMsg # | |
Defined in Control.Concurrent.NanoErl.Examples.PingPong Methods showsPrec :: Int -> PingPongMsg -> ShowS # show :: PingPongMsg -> String # showList :: [PingPongMsg] -> ShowS # | |