8000 Docs: Update project description (fixes #37) (#39) · gulpjs/async-done@cca775b · GitHub
[go: up one dir, main page]

Skip to content

Commit cca775b

Browse files
BurtHarrisphated
authored andcommitted
Docs: Update project description (fixes #37) (#39)
1 parent c9e7785 commit cca775b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
1010

11-
Force async using `nextTick` and normalize completion/errors for callbacks, promises, observables, child processes and streams.
11+
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
12+
13+
As async conventions evolve, it is useful to be able to deal with several different *styles* of async completion uniformly. With this module you can handle completion using a Node.js style completion callback, regardless even if supplied with a object that's a promise, observable, child process and/or stream.
1214

1315
## Usage
1416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "async-done",
33
"version": "1.2.2",
4-
"description": "Force async using nextTick and normalize completion/errors for callbacks, promises, observables, child processes and streams.",
4+
"description": "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.",
55
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
66
"contributors": [
77
"Blaine Bublitz <blaine.bublitz@gmail.com>",

0 commit comments

Comments
 (0)
0