Deferred represents a concept known by other names such as Future or Promise : it stores a computation, but it defers the moment you get the final result; it promises the result sometime in the future.
Deferred represents a concept known by other names such as Future or Promise : it stores a computation, but it defers the moment you get the final result; it promises the result sometime in the future.