dnode-php icon indicating copy to clipboard operation
dnode-php copied to clipboard

Promises

Open igorw opened this issue 13 years ago • 0 comments

A promise-based API using react/promise would be interesting.

One main question to deal with though: Since callbacks can receive many return values but promises can only hold one value, what do we do. An option would be to resolve the promise with an array of arguments.

Better suggestions welcome.

igorw avatar Nov 30 '12 23:11 igorw