Viktor Klang 3/16/2016

Futures in Scala 2.12 (part 9): Improved Promise Linking

Read Original

This final article in a series on Scala 2.12 Futures delves into Async Continuation Passing Style (ACPS), a technique using flatMap/recoverWith/transformWith for recursive problem-solving. It provides a detailed code example for processing a list of Futures and discusses the internal improvements in promise linking within the Scala standard library.

Futures in Scala 2.12 (part 9): Improved Promise Linking

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes