async_hooks 异步钩子


稳定性: 1 - 实验

源代码: lib/async_hooks.js

async_hooks模块提供了 API 来跟踪异步的资源。 可以使用以下方式访问它:

const async_hooks = require('async_hooks');