Skip to content

Commit

Permalink
hacking git to watch files and autoload them into the runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
notactuallypagemcconnell committed Feb 24, 2019
1 parent 719201a commit b91c8ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/foobar/periodically.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ defmodule Foobar.Periodically do
end

schedule_work()

{:noreply, state}
end

defp schedule_work do
Process.send_after(self(), :work, :timer.seconds(1))
end



end

0 comments on commit b91c8ed

Please sign in to comment.