Scala Future – Their Uses And How To Implement Them
Reading Time: 3 minutes A Scala Future is a place holder (an imaginary waiting box) which hold a value that may become available at some point. Moreover the scala Future API has the following building blocks :1) Future2) Promises3) Execution Context WHY FUTURE ? One of the most important trait of a programming language is to be patient for the code segment to complete their execution asynchronously with maximum Continue Reading