I hereby claim:
- I am jimm on github.
- I am jimm (https://keybase.io/jimm) on keybase.
- I have a public key whose fingerprint is 2BFF 5920 1EDF 9AF3 E6B5 CF39 8B63 03CC BABB 828B
To claim this, I am signing this object:
| defmodule MyGenServer do | |
| use GenServer | |
| use Blister.MIDI.IO, type: :input | |
| require Logger | |
| defmodule State do | |
| defstruct [:io, :connections, :listener] | |
| end | |
| # ================ Public API ================ |
| #!/usr/bin/env elixir | |
| defmodule Sync do | |
| def pingpong do | |
| # Create process and save pid. | |
| child = spawn(Sync, :loop, [0]) # module, sym, args | |
| # Send some messages to the child | |
| send(child, {self(), :count}) |
I hereby claim:
To claim this, I am signing this object: