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

[WIP][do not merge] Illustrate osx crash #456

Closed

Commits on Feb 13, 2019

  1. src: add AsyncWorker destruction suppression

    Add method `SuppressDestruct()` to `AsyncWorker`, which will cause an
    instance of the class to remain allocated even after the `OnOK`
    callback fires. Such an instance must be explicitly `delete`-ed from
    user code.
    
    Re: nodejs#231
    Re: nodejs/abi-stable-node#353
    Gabriel Schulhof committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    1cdfc87 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. clean up test

    Gabriel Schulhof committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    8a1c6a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. remove hidden visibility

    Gabriel Schulhof authored and DCSP committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    ce11b60 View commit details
    Browse the repository at this point in the history
  2. restrict build

    Gabriel Schulhof authored and DCSP committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    9449325 View commit details
    Browse the repository at this point in the history