A wrapper around makeSubscriptionPromise that helps to build multiple promises which listen to the same subscription.
An array of objects each of which provides the arguments for creation of one promise.
An object containing both a subscription callback and an array of promises which resolve or reject depending on the values pushed to the callback.
A wrapper around makeSubscriptionPromise that helps to build multiple promises which listen to the same subscription.