Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Last active June 11, 2019 10:33
Show Gist options
  • Save adrianparvino/3b6952a8871ff9d072057247e842b165 to your computer and use it in GitHub Desktop.
Save adrianparvino/3b6952a8871ff9d072057247e842b165 to your computer and use it in GitHub Desktop.
def handle_call(:threads, _From, nil) do
TermuxSmsCli.Fetcher.fetch(TermuxSmsCli.Fetcher)
end
def threads(pid) do
GenServer.call(pid, :threads)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment