Add example of process as state

This commit is contained in:
Jay Hayes
2016-05-03 19:05:35 -05:00
parent 6126d5a836
commit 65b9af48b4
2 changed files with 29 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ defmodule ProcessesTests do
"hola!",
:how_are_you?,
{:multiple, ["O", "HAI"]},
{:multiple, ["foo", "bar"]},
{:waited_too_long, "I am impatient"},
{:exited, :random_reason},
:normal,