mirror of
https://github.com/nodejs/node.git
synced 2025-04-30 15:41:06 +00:00
![]() Sometimes addons need to perform cleanup actions, for example closing libuv handles or waiting for requests to finish, that cannot be performed synchronously. Add C++ API and N-API functions that allow providing such asynchronous cleanup hooks. Fixes: https://github.com/nodejs/node/issues/34567 PR-URL: https://github.com/nodejs/node/pull/34572 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> |
||
---|---|---|
.. | ||
binding.c | ||
binding.gyp | ||
test.js |