Skip to content

Commit

Permalink
Update Futures-in-Scala-2.12-part-5.md
Browse files Browse the repository at this point in the history
Fixing link to `transform`.
  • Loading branch information
viktorklang committed Oct 20, 2016
1 parent 26b0f73 commit 4d81e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Futures-in-Scala-2.12-part-5.md
Expand Up @@ -40,7 +40,7 @@ someFuture.foreach(_.launch(target))

1. Promotion of for-comprehension compatible API instead of callbacks
2. In the end there'll be fewer methods on Future, being less confusing as to what to use and when
3. `onComplete` then remains as a performance-optimization of (`transform`)[https://github.com/viktorklang/blog/blob/master/Futures-in-Scala-2.12-part-3.md], not having to create `Future`s to return.
3. `onComplete` then remains as a performance-optimization of [`transform`](https://github.com/viktorklang/blog/blob/master/Futures-in-Scala-2.12-part-3.md), not having to create `Future`s to return.


[Here's the RSS feed of this blog](https://github.com/viktorklang/blog/commits/master.atom) and—as I love feedback—please [share your thoughts](https://github.com/viktorklang/blog/issues/3).
Expand Down

0 comments on commit 4d81e10

Please sign in to comment.