Futurakka Volume II

Futurakka Volume II

In the previous post, we reviewed the features of Futures in Scala and the most important methods used in the API. In this post, we’ll review another interesting API for handling asynchrony with Scala together with the use of Futures. Promises provide an alternative way to create Future instances. A Promise has to be fulfilled […]