summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/README.md
blob: 7d2e681e32f7e41ba910e421840119d6087581f7 (plain)
1
2
3
4
5
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.