源代码: lib/async_hooks.js
async_hooks模块提供了 API 来跟踪异步的资源。 可以使用以下方式访问它:
async_hooks
const async_hooks = require('async_hooks');