scalawithcats / scala-with-cats

Source code for Scala with Cats
http://underscore.io/books/scala-with-cats
396 stars 133 forks source link

6 p.142 Inconsistent reference to Future.apply #178

Open nkgm opened 4 years ago

nkgm commented 4 years ago

The calls to parseInt and Future.apply above are independent of one an- other, but map and flatMap can’t exploit this.

Not sure which of the two code blocks in this chapter so far this refers to. Either way, there's no Future.apply within range.