Skip to content

Instantly share code, notes, and snippets.

@vigneshwaranr
Created February 14, 2021 08:34
Show Gist options
  • Save vigneshwaranr/beb795dcfca40255f0cd147ee7be3d3f to your computer and use it in GitHub Desktop.
Save vigneshwaranr/beb795dcfca40255f0cd147ee7be3d3f to your computer and use it in GitHub Desktop.
def executeOperation(): Future[Boolean] = {
someHeavyCPUOperation()
Future(anotherOperation())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment