Last active
June 11, 2019 10:33
-
-
Save adrianparvino/3b6952a8871ff9d072057247e842b165 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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