HookCallbacks.destroy - Node documentation
method HookCallbacks.destroy

Usage

import { type HookCallbacks } from "node:async_hooks";

Called after the resource corresponding to asyncId is destroyed

Parameters

asyncId: number

a unique ID for the async resource

Return Type

void