mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 17:48:20 +00:00
.. | ||
.npmignore | ||
graceful-fs.js | ||
LICENSE | ||
package.json | ||
README.md |
Just like node's fs
module, but it does an incremental back-off when
EMFILE is encountered.
Useful in asynchronous situations where one needs to try to open lots and lots of files.