Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Last active August 29, 2015 14:01
Show Gist options
  • Save nicholasf/393da38a21db2dfd9416 to your computer and use it in GitHub Desktop.
Save nicholasf/393da38a21db2dfd9416 to your computer and use it in GitHub Desktop.
task = Task.async(fn -> do_some_work() end)
res  = do_some_other_work()
res + Task.await(task)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment