Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created April 19, 2014 21:23
Show Gist options
  • Select an option

  • Save StoneCypher/11097913 to your computer and use it in GitHub Desktop.

Select an option

Save StoneCypher/11097913 to your computer and use it in GitHub Desktop.
general structure of receive
receive
case ->
handler;
case ->
handler;
case ->
handler
after 12345 ->
timeout_handler
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment