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

refactor: add a wrapper for wrangling uv handles. #25661

Commits on Sep 28, 2020

  1. refactor: add a wrapper for wrangling uv handles.

    Part 1 of a fix for #25248, #22069.
    
    Place the uv_asyncs owned by NodeBindings, ElectronBindings inside a new
    UvHandle wrapper class which manages uv_handles' need for their closed()
    callback to be invoked before the handles' memory can be freed.
    ckerr authored and electron-bot committed Sep 28, 2020
    Copy the full SHA
    612d1aa View commit details
    Browse the repository at this point in the history
  2. chore: make lint happy

    ckerr authored and electron-bot committed Sep 28, 2020
    Copy the full SHA
    e1b80e8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9900be2 View commit details
    Browse the repository at this point in the history
  4. refactor: fix oops

    ckerr authored and electron-bot committed Sep 28, 2020
    Copy the full SHA
    e5e9ca6 View commit details
    Browse the repository at this point in the history