Skip to content

Instantly share code, notes, and snippets.

@vigneshwaranr
Created February 14, 2021 06:46
Show Gist options
  • Save vigneshwaranr/cb92d14301384a5ad701b2ab0b9687cc to your computer and use it in GitHub Desktop.
Save vigneshwaranr/cb92d14301384a5ad701b2ab0b9687cc to your computer and use it in GitHub Desktop.
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Future
// YESS :(
someFutureJob().map { value =>
operate(value)
}
@realvictorprm
Copy link

The smile is wrong here 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment