https://github.com/strongloop/strong-task-emitter
https://github.com/strongloop/strong-task-emitter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strongloop/strong-task-emitter
- Owner: strongloop
- License: other
- Created: 2013-03-28T22:36:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T22:52:47.000Z (almost 8 years ago)
- Last Synced: 2025-06-12T05:04:09.731Z (8 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 11
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# strong-task-emitter
## Install
npm install strong-task-emitter
## Purpose
Strong-task-emitter enables you to perform a number of tasks recursively and in parallel. For example, reading all the files in a nested set of directories. It has built-in support for [domains](http://nodejs.org/api/domain.html) by inheriting directly from `EventEmitter`.
Please see the [official documentation](http://docs.strongloop.com/display/NODE/Strong+Task+Emitter).
For API reference documentation, see http://apidocs.strongloop.com/strong-task-emitter/.