util: add util.callbackify() by refack · Pull Request #12712 · nodejs/node
This is a first draft of an implementation of util.callbackify(function). There is at least one issue that need ironing out: if and how to project the return value into multiple args... Implementat...