Futures
A future is an object holding a value that may become available at any point.

Promises
A promise p completes the future returned by p. This future is specific to the promise p.

Futures
A future is an object holding a value that may become available at any point.
Promises
A promise p completes the future returned by p. This future is specific to the promise p.