Hey, when do you plan to add promise support? Callback style is pretty aged by now and it does not allow 1) promise chaining 2) yield 3) async/await usage.
Dropping in promise support should be as simple as checking if callback was provided, otherwise return a resolving promise with the method result.
Hey, when do you plan to add promise support? Callback style is pretty aged by now and it does not allow 1) promise chaining 2) yield 3) async/await usage.
Dropping in promise support should be as simple as checking if callback was provided, otherwise return a resolving promise with the method result.