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: call uv_library_shutdown before DisposePlatform #45226

Commits on Oct 29, 2022

  1. src: call uv_library_shutdown before DisposePlatform

    When the process exits, there may be tasks in the thread pool
    that need to access data in the platform, such as trace agent.
    So make sure the thread pool exits first.
    see nodejs#44458
    theanarkh committed Oct 29, 2022
    Copy the full SHA
    2131b5a View commit details
    Browse the repository at this point in the history