mirror of https://github.com/nodejs/node.git
f98999cc16
Thanks @mscdex for spotting this. |
||
---|---|---|
.. | ||
.npmignore | ||
LICENSE | ||
README.md | ||
graceful-fs.js | ||
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.