Skip to content

Instantly share code, notes, and snippets.

@iantbutler01
Last active February 5, 2020 06:48
Show Gist options
  • Save iantbutler01/2b26d9ae45abf0084454ef33215af596 to your computer and use it in GitHub Desktop.
Save iantbutler01/2b26d9ae45abf0084454ef33215af596 to your computer and use it in GitHub Desktop.
@impl true
def init(_init_arg) do
schedule_write_to_disk(@write_interval)
schedule_work(@work_interval)
{:ok, :queue.new}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment