The canonical combined Future example is
Creating the Futures within the for-comprehension would be much tidier, but then they would execute sequentially ruining the entire purpose.
The scalaz contrib project provides support for Scala 2.10 futures, allowing more expressive coding for some tasks.
This applicative functor expression is equivalent to the above code.