Skip to content

n-api: fix false assumption on napi_async_context structures

napi_async_context should be an opaque type and not be used as same as node::async_context.

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

Merge request reports

Loading