Table of Contents

About

A promise is a concurrency design pattern where shared state is not required.

It's the basic building block of any asynchronous model.

A Future represents the result of a promise is called generally a future

Documentation/Reference