Skip to content

src: remove AsyncScope, AsyncCallbackScope, RunNextTicksNative

src: use callback scope for main script

This allows removing custom code for setting the current async ids and running nextTicks.

src: remove AsyncScope and AsyncCallbackScope

Reduce the number of different scopes we use for async callbacks.

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

Merge request reports

Loading