0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons/at-exit
Ben Noordhuis e4a8d2617b addon: add AtExit() function
Lets native addons register exit hooks that run after the event loop has quit
but before the VM is killed.

Fixes #3147.
2012-05-03 16:11:42 +02:00
..
binding.cc addon: add AtExit() function 2012-05-03 16:11:42 +02:00
binding.gyp addon: add AtExit() function 2012-05-03 16:11:42 +02:00
test.js addon: add AtExit() function 2012-05-03 16:11:42 +02:00