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
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