Thomson Reuters interview question

What is the difference between a Deferred and a Promise?

Interview Answer

Anonymous

Feb 18, 2015

The Deferred is "private", and actually wraps the asynchronous call. The Promise is the "public" view of the state of the Deferred.

1