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: add embedding helpers to reduce boilerplate code #35597

Closed
wants to merge 2 commits into from

Commits on Oct 11, 2020

  1. src: add embedding helpers to reduce boilerplate code

    Provide helpers for a) spinning the event loop and
    b) setting up and tearing down the objects involved in a single
    Node.js instance, as they would typically be used.
    The former helper is also usable inside Node.js itself,
    for both Worker and main threads.
    addaleax committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    9163457 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    ecd5141 View commit details
    Browse the repository at this point in the history