File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Optionally takes a callback to call when async tasks are complete.
58
58
* ` Stream ` or ` EventEmitter ` returned
59
59
- Completion: [ end-of-stream] [ end-of-stream ] module
60
60
- Error: [ domains] [ domains ]
61
+ - __ Note:__ Only actual streams are supported, not faux-streams; Therefore, modules like [ ` event-stream ` ] [ event-stream ] are not supported.
61
62
* ` Child Process ` returned
62
63
- Completion [ end-of-stream] [ end-of-stream ] module
63
64
- Error: [ domains] [ domains ]
@@ -88,14 +89,15 @@ Errors can be caused by:
88
89
89
90
MIT
90
91
91
- [ end-of-stream ] : https://www.npmjs.org /package/end-of-stream
92
+ [ end-of-stream ] : https://www.npmjs.com /package/end-of-stream
92
93
[ domains ] : http://nodejs.org/api/domain.html
94
+ [ event-stream ] : https://github.com/dominictarr/event-stream
93
95
[ promise-onfulfilled ] : http://promisesaplus.com/#point-26
94
96
[ promise-onrejected ] : http://promisesaplus.com/#point-30
95
97
[ observable-subscribe ] : https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/subscribe.md
96
98
97
99
[ downloads-image ] : http://img.shields.io/npm/dm/async-done.svg
98
- [ npm-url ] : https://npmjs.org /package/async-done
100
+ [ npm-url ] : https://www. npmjs.com /package/async-done
99
101
[ npm-image ] : http://img.shields.io/npm/v/async-done.svg
100
102
101
103
[ travis-url ] : https://travis-ci.org/gulpjs/async-done
You can’t perform that action at this time.
0 commit comments