Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created April 19, 2014 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StoneCypher/11097913 to your computer and use it in GitHub Desktop.
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