Guest User

Untitled

a guest
May 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. iex> :sys.trace pid, true
  2. :ok
  3. iex> GenServer.call(pid, ​:next_number​)
  4. *DBG* <0.69.0> got call next_number from <0.25.0>
  5. *DBG* <0.69.0> sent 105 to <0.25.0>, new state 106
  6. 105
  7.  
  8. # Excerpt From: Dave Thomas. “Programming Elixir ≥ 1.6” iBooks.
Add Comment
Please, Sign In to add comment