Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / rimraf / node_modules / graceful-fs / README.md
1 Just like node's `fs` module, but it does an incremental back-off when
2 EMFILE is encountered.
3
4 Useful in asynchronous situations where one needs to try to open lots
5 and lots of files.