method HookCallbacks.after Usage in Denoimport { type HookCallbacks } from "node:async_hooks"; HookCallbacks.after(asyncId: number): void Called immediately after the callback specified in before is completed. Parameters asyncId: number the unique identifier assigned to the resource which has executed the callback. Return Type void