Ryan f6a7fe2657 Implement onExit() hook for modules.
onExit() is similar to the onLoad() callback. onExit() is called on each
module just before the process exits. This can be used to check state in
unit tests, but not to perform I/O. The process will forcibly exit as soon
as all of the onExit callbacks are made.
2009-06-08 16:17:33 +02:00
2009-05-27 16:29:55 +02:00
2009-06-08 16:17:33 +02:00
2009-06-08 16:17:33 +02:00
2009-05-27 01:59:31 +02:00
2009-06-04 15:44:38 +02:00
2009-04-04 14:50:15 +02:00
2009-05-31 14:25:07 +02:00

Purely evented I/O for V8 javascript.

See http://tinyclouds.org/node for more information.

For help and discussion subscribe to the mailing list at 
http://groups.google.com/group/nodejs or send an email to 
nodejs+subscribe@googlegroups.com.

To build
./configure
make 
make install
Description
No description provided
Readme 175 MiB