Skip to content

Instantly share code, notes, and snippets.

@aharpole
Created March 9, 2019 00:06
Show Gist options
  • Save aharpole/88413b313df23f03af7f25886e58f66b to your computer and use it in GitHub Desktop.
Save aharpole/88413b313df23f03af7f25886e58f66b to your computer and use it in GitHub Desktop.
new handle call
def handle_call(:get_data, _, %{value: value} = state) do
{:reply, value, state}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment