Created
May 17, 2017 13:27
-
-
Save nsomar/5ba2c535bc36baf4a3c2e52450d73bb2 to your computer and use it in GitHub Desktop.
This file contains 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
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