Created
October 10, 2015 11:20
-
-
Save tomaszperek/07204dea85aa63cc758e to your computer and use it in GitHub Desktop.
How Future.zip works
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val aAndB: Future[(A, B)] = futureA zip futureB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment