Interface Http\Promise\Promise

Promise represents a value that may not be available yet, but will be resolved at some point in future. It acts like a proxy to the actual value.

This interface is an extension of the promises/a+ specification.

Methods
Constants