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: add 'worker' event #38659

Closed
wants to merge 2 commits into from
Closed

Commits on May 12, 2021

  1. process: add 'worker' event

    Provides a new `process.on('worker', (worker) => {})` event that
    is triggered by the creation of a new `worker_thread.Worker`.
    The use case is to allow hooks to be installed for monitoring
    workers without having to modify the call sites around those.
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed May 12, 2021
    Copy the full SHA
    5fb417f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. tools: add Worker to type-parser

    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed May 13, 2021
    Copy the full SHA
    046c1ca View commit details
    Browse the repository at this point in the history