A promise wrapper that supports the old NodeJS callback style with thenCall method.
Used by thenablePromise decorator to make any Async function that
returns a promise support the old NodeJS callback style and return the promise that supports thenCall method.
A promise wrapper that supports the old NodeJS callback style with
thenCall
method. Used bythenablePromise
decorator to make any Async function that returns a promise support the old NodeJS callback style and return the promise that supportsthenCall
method.