mirror of https://github.com/lukechilds/node.git
Browse Source
Call a user's callback to notify that the handle has been destroyed. Only pass the id of the AsyncWrap instance since the object no longer exists. The object that's being destructed should never be inspected within the callback or any time afterward. This commit make a breaking change. The init callback will now be passed arguments in the order of provider, id, parent. PR-URL: https://github.com/nodejs/node/pull/3461 Reviewed-By: Fedor Indutny <fedor@indutny.com>process-exit-stdio-flushing
Trevor Norris
9 years ago
6 changed files with 25 additions and 4 deletions
Loading…
Reference in new issue