Add process.IdleWatcher
authorRyan Dahl <ry@tinyclouds.org>
Mon, 18 Jan 2010 18:12:04 +0000 (10:12 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 18 Jan 2010 18:12:04 +0000 (10:12 -0800)
commitaeb7d6d168204d5d37a7dd9fc4f9dc78a0e83a08
tree131d8eedd4c8bd9af22270c362e6bda138b14b86
parent820ca71a9152c0da335a1b082d6ab9d2034723ad
Add process.IdleWatcher

With priorities. Will be used for process.nextLoop().
src/node.cc
src/node_constants.cc
src/node_idle_watcher.cc [new file with mode: 0644]
src/node_idle_watcher.h [new file with mode: 0644]
test/mjsunit/test-idle-watcher.js [new file with mode: 0644]
wscript