commit | cd372510bb504b6d3414b01cc8c9ee457b2e16c4 | [log] [tgz] |
---|---|---|
author | Shigeki Ohtsu <[email protected]> | Wed Feb 06 02:13:02 2013 |
committer | isaacs <[email protected]> | Sat Feb 16 00:11:05 2013 |
tree | a86d80ff38fc7d9729aeb750181ffb749b3bb0b3 | |
parent | 7bdd05bd66607886d633332e1397550d9b8d9b39 [diff] |
timer: move setImmediate from timer to uv_check uv_check is the robust place to invoke setImmediate callbacks after process.nextTick and before timers(setTimeout/setInterval)
Prerequisites (Unix only):
* Python 2.6 or 2.7 * GNU Make 3.81 or newer * libexecinfo (FreeBSD and OpenBSD only)
Unix/Macintosh:
./configure make make install
If your python binary is in a non-standard location or has a non-standard name, run the following instead:
export PYTHON=/path/to/python $PYTHON ./configure make make install
Windows:
vcbuild.bat
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
make doc
man doc/node.1