tjanczuk / tripwire

Break out from scripts blocking the node.js event loop
Other
99 stars 18 forks source link

Consider using libuv for cross-platform support. #5

Open kevinswiber opened 11 years ago

kevinswiber commented 11 years ago

Though it didn't exist when this module was created, libuv currently has support for condition variables.

See: https://github.com/joyent/libuv/blob/master/test/test-condvar.c

I think this would reduce the codebase significantly.