Skip to content

Instantly share code, notes, and snippets.

@nsomar
Created May 17, 2017 13:27
Show Gist options
  • Save nsomar/5ba2c535bc36baf4a3c2e52450d73bb2 to your computer and use it in GitHub Desktop.
Save nsomar/5ba2c535bc36baf4a3c2e52450d73bb2 to your computer and use it in GitHub Desktop.
task = Task.async(fn -> Utilities.write(content, "/etc/some/secret/location") end)
Task.await(task)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment