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

vm: add run-after-evaluate microtask mode #34023

Closed
wants to merge 3 commits into from

Commits on Jun 22, 2020

  1. vm: add run-after-evaluate microtask mode

    This allows timeouts to apply to e.g. `Promise`s and `async function`s
    from code running inside of `vm.Context`s, by giving the Context its
    own microtasks queue.
    
    Fixes: nodejs#3020
    addaleax committed Jun 22, 2020
    Copy the full SHA
    35c4401 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    05490c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

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