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

src: consolidate environment cleanup queue #44379

Closed

Commits on Sep 5, 2022

  1. src: consolidate environment cleanup queue

    Each Realm tracks its own cleanup hooks and drains the hooks when it is
    going to be destroyed.
    
    Moves the implementations of the cleanup queue to its own class so that
    it can be used in `node::Realm` too.
    legendecas committed Sep 5, 2022
    Copy the full SHA
    60e285a View commit details
    Browse the repository at this point in the history