Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/flush-all
Calls `fflush(NULL)` to flush all open buffers.
https://github.com/thlorenz/flush-all
Last synced: 2 months ago
JSON representation
Calls `fflush(NULL)` to flush all open buffers.
- Host: GitHub
- URL: https://github.com/thlorenz/flush-all
- Owner: thlorenz
- License: mit
- Created: 2014-11-24T21:44:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T00:30:31.000Z (about 10 years ago)
- Last Synced: 2024-10-19T21:48:41.969Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flush-all [![build status](https://secure.travis-ci.org/thlorenz/flush-all.png)](http://travis-ci.org/thlorenz/flush-all)
Calls `fflush(NULL)` to [flush](http://www.gnu.org/software/libc/manual/html_node/Flushing-Buffers.html) all open buffers.
```js
var flushAll = require('flush-all');
flushAll();
```## Installation
npm install flush-all
## License
MIT