node/deps/npm/node_modules/graceful-fs/README.md

6 lines
184 B
Markdown
Raw Normal View History

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.