Created
May 17, 2017 13:24
-
-
Save nsomar/7600a9fed64c5b419b9f1e531a6fbf67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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