The presentation show the basic introductory concept of asynchronous programming, a programming model that allow application scalability and high performance across distributed systems.
is a value make wrappers preferred option • Parallel data processing (multiple I/O operations) • Side effects are contained and I/O is clearly demarcated
about performing many operations in parallel– in an efficient and non-blocking way. A Future is a placeholder object for a value that may not yet exist Return 2 possible values • Value => Success • Exception => Failure