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

async_wrap: add uid argument to all asyncWrap hooks #4600

Closed
wants to merge 3 commits into from
Closed

async_wrap: add uid argument to all asyncWrap hooks #4600

wants to merge 3 commits into from

Commits on Feb 18, 2016

  1. async_wrap: add uid to all asyncWrap hooks

    By doing this users can use a Map object for storing information
    instead of modifying the handle object.
    AndreasMadsen committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    7b5e812 View commit details
    Browse the repository at this point in the history
  2. async_wrap: make uid the first argument in init

    All other hooks have uid as the first argument, this makes it concistent
    for all hooks.
    AndreasMadsen committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    394f170 View commit details
    Browse the repository at this point in the history
  3. async_wrap: add parent uid to init hook

    When the parent uid is required it is not necessary to store the uid in
    the parent handle object.
    AndreasMadsen committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    8bfc6f3 View commit details
    Browse the repository at this point in the history