isaacs e1a72f0e2e Closes GH-535 Immediate pause/resume race condition
Calling resume() immediately after calling pause() would trigger
a race condition where it would try to read() from a file
descriptor that was already being read from, causing an EBADF
2011-04-01 17:40:19 -07:00
2011-03-31 10:07:59 -07:00
2011-04-01 09:19:08 -07:00
2011-03-26 01:48:02 -07:00
2011-03-26 01:48:02 -07:00
2011-02-18 10:45:25 -08:00
2010-11-22 13:32:49 -08:00
2010-11-01 16:51:20 -07:00
2010-11-23 23:33:20 -06:00
2011-03-14 17:37:05 -07:00
2011-02-10 02:40:11 -08:00
2011-01-27 16:24:02 -08:00
2011-01-05 11:59:04 -08:00
2011-02-04 14:49:50 -08:00
2011-03-26 01:48:02 -07:00

Evented I/O for V8 javascript.

To build:

./configure
make
make install

To run the tests:

make test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

Description
No description provided
Readme 175 MiB