forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Async Exception Handling
Rod Vagg edited this page Sep 22, 2015
·
1 revision
For exception handling best practice is to use Domains
As of v0.11.9 (with an API change in 0.11.12), a lower-level hook to get at the asynchronous event flow has be added. You can follow the progress at https://github.com/joyent/node/pull/6011
==
A few modules are already using it:
- asynctrace - Deep stack traces
- node-cls - Continuation Local Storage