it only took like 5 years, but streaming readdir() just landed in @nodejs 
-
-
it uses uv_fs_opendir(), uv_fs_closedir(), and uv_fs_readdir() under the hood (same thread pool and all). the implementations of those functions are in: https://github.com/libuv/libuv/blob/v1.x/src/unix/fs.c … and https://github.com/libuv/libuv/blob/v1.x/src/win/fs.c …
-
Thank you!
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.