Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: add util.callbackify() #12712

Merged
merged 1 commit into from
Jun 11, 2017
Merged

util: add util.callbackify() #12712

merged 1 commit into from
Jun 11, 2017

Commits on Jun 11, 2017

  1. util: add callbackify

    Add `util.callbackify(function)` for creating callback style functions
    from functions returning a `Thenable`
    
    PR-URL: nodejs#12712
    Fixes: nodejs/CTC#109
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Teddy Katz <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Timothy Gu <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    refack committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    af3aa68 View commit details
    Browse the repository at this point in the history