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

Add support for AsyncResource #1472

Closed
wants to merge 12 commits into from
Closed

Add support for AsyncResource #1472

wants to merge 12 commits into from

Commits on Apr 21, 2019

  1. Add support for AsyncResource

    Fixes #1403.
    Sebmaster committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    eafbe96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e34b196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc63603 View commit details
    Browse the repository at this point in the history
  4. fixup! only allow node 9.3.0 and up

    Previous versions of node did not emit a destroy event on gc, leading
    to leaked async ids.
    Sebmaster committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    37fec25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2783d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cca4109 View commit details
    Browse the repository at this point in the history
  7. fixup! clean up tests

    Sebmaster committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    233188f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce47539 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93c4b84 View commit details
    Browse the repository at this point in the history
  10. fixup! don't declare function in block

    node 0.10 doesn't like it
    Sebmaster committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    7c5483f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7ecea0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    d35f938 View commit details
    Browse the repository at this point in the history