Skip to content

Instantly share code, notes, and snippets.

@rapPayne
Last active April 29, 2019 13:11
Show Gist options
  • Select an option

  • Save rapPayne/6ffcb9575b7ac5aa03291188a6ad03da to your computer and use it in GitHub Desktop.

Select an option

Save rapPayne/6ffcb9575b7ac5aa03291188a6ad03da to your computer and use it in GitHub Desktop.
Futures - Async before
Bar someFunction() {
  Foo theIncomingData = someFunction();
return new Bar();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment