Skip to content

src: enable non-nestable V8 platform tasks

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/non-nestable into master

We never execute tasks in a nested fashion, so enabling them should be as simple as forwarding tasks to the existing Post* methods.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading