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

process,worker: ensure code after exit() effectless #45620

Merged
merged 5 commits into from Dec 25, 2022

Commits on Nov 28, 2022

  1. process,worker: ensure code after exit() effectless

    Cope with the delay(to the next function call) of
    v8::Isolate::TerminateExecution()
    ywave620 committed Nov 28, 2022
    Copy the full SHA
    de62467 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Copy the full SHA
    37cccd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. process,worker: ensure code after exit() effectless

    check the worker exits properly in main thread's
    beforeExit hook
    ywave620 committed Dec 3, 2022
    Copy the full SHA
    0f66f9e View commit details
    Browse the repository at this point in the history
  2. process,worker: ensure code after exit() effectless

    check the worker exits properly in main thread's
    beforeExit hook. fix lint and typo.
    ywave620 committed Dec 3, 2022
    Copy the full SHA
    ad562e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. process,worker: ensure code after exit() effectless

    ignore exception that indicaties a termination in napi call
    ywave620 committed Dec 10, 2022
    Copy the full SHA
    0c91220 View commit details
    Browse the repository at this point in the history