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

n-api,src: provide asynchronous cleanup hooks #34572

Closed
wants to merge 5 commits into from

Commits on Jul 31, 2020

  1. n-api,src: provide asynchronous cleanup hooks

    Sometimes addons need to perform cleanup actions, for example
    closing libuv handles or waiting for requests to finish, that
    cannot be performed synchronously.
    
    Add C++ API and N-API functions that allow providing such
    asynchronous cleanup hooks.
    
    Fixes: nodejs#34567
    addaleax committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    65e599f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed40be1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. fixup! n-api,src: provide asynchronous cleanup hooks

    Co-authored-by: Gabriel Schulhof <[email protected]>
    addaleax and gabrielschulhof committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    4c90bca View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    e658a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ab6d8 View commit details
    Browse the repository at this point in the history