Asynchronous Programming with Scala’s Future & Promises

Table of contents
Reading Time: < 1 minute

In this presentation, we are going to discuss about Scala’s Future and Promise,their usage and Future composition and brief overview of Thread pool Executors.

5 thoughts on “Asynchronous Programming with Scala’s Future & Promises1 min read

  1. Promise pipelining should be distinguished from parallel asynchronous message passing. The relative latency advantage of pipelining becomes even greater in more complicated situations involving many messages.

Comments are closed.