Resolver interface for promises. The resolver is a convenience interface that
bundles the promise and its associated resolve and reject functions together,
for cases where the resolver needs to be persisted internally.
PublicProtectedPrivate
Global Properties
goog.promise.testSuiteAdapter
:
Adapter for specifying Promise-creating functions to the Promises test suite.