An open API service indexing awesome lists of open source software.

https://github.com/strongloop/strong-task-emitter


https://github.com/strongloop/strong-task-emitter

Last synced: 8 months ago
JSON representation

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/.