Skip to content

async_hooks: consistent internal naming

Our internal naming and API doesn't match the external API. This fixes that.

Note: we actually have a bit of external API with the old naming scheme, promiseHandle.parentId, newUid and initTriggerId. I didn't touch those, as I wanted to just focus on the internal naming.

refack: moved description to top

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

async_hooks

Merge request reports

Loading