nodefunc-generatorify
Convert a node style function to a generator function that yields promises.
Convert a node style function to a generator function that yields promises.
Converts a node style function (which takes a callback) into one that returns a promise.