July 2017
Intermediate to advanced
796 pages
18h 55m
English
If you simply want to run tasks in a non-blocking way and need a way to handle the results when they finish, Scala provides you with Futures, for example, if you want to make multiple web service calls in a parallel fashion and work with the results after the web service handles all these calls. An example of using Future is provided in the following section.
Read now
Unlock full access