Skip to content

src: use uv_async_t for WeakRefs

Schedule a task on the main event loop, similar to what the HTML spec recommends for browsers.

Alternative to https://github.com/nodejs/node/pull/30198

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading