Skip to content

Instantly share code, notes, and snippets.

@nsomar
Created May 17, 2017 13:24
Show Gist options
  • Select an option

  • Save nsomar/7600a9fed64c5b419b9f1e531a6fbf67 to your computer and use it in GitHub Desktop.

Select an option

Save nsomar/7600a9fed64c5b419b9f1e531a6fbf67 to your computer and use it in GitHub Desktop.
defmodule Utilities do
def write(content, file) do
spawn(fn ->
# write stuff to disk
# takes long time
end)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment