We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Node.js 因异步的特性而流行,但异步同时带来了一些问题,比如异步函数的调试和监控。
async_hooks 是 Node.js 8 中引入的实验性接口,其允许开发者依赖 init、before、after、destroy 四个回调函数监控异步资源的执行情况。推荐先阅读 Node.js v8.x 新特性 Async Hook 简介,评论里也提到了应用场景。
The text was updated successfully, but these errors were encountered: