creationix / seaduk

An implementation of nucleus-js using duktape and libuv implemented in C
Other
34 stars 5 forks source link

Backport misc from dukluv #9

Closed FreshXOpenSource closed 8 years ago

FreshXOpenSource commented 8 years ago

This is a fairly straightforward backport from the dukluv misc module bringing several useful uv features into seaduk (see misc.h) . includes some unit-tests in test-uv.js

Please review and merge :)

creationix commented 8 years ago

Thanks a million, yes these functions are useful and port easily from dukluv.