Skip to content

Instantly share code, notes, and snippets.

@hungryblank
Created April 20, 2011 21:00
Show Gist options
  • Save hungryblank/932843 to your computer and use it in GitHub Desktop.
Save hungryblank/932843 to your computer and use it in GitHub Desktop.
handle_call(Request, From, State) ->
NewState = mylib:myfun(State),
{reply, ok, NewState};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment