Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « graceful-fs « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.