Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Created January 15, 2018 00:15
Show Gist options
  • Select an option

  • Save JohnMurray/f6e61c0b676bfb01acb6491fc4748eab to your computer and use it in GitHub Desktop.

Select an option

Save JohnMurray/f6e61c0b676bfb01acb6491fc4748eab to your computer and use it in GitHub Desktop.
How _not_ to make a future wait.
Future {
Thread.sleep(1000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment