File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Async Parallel Pipe
22===================
33
4+ [ ![ NPM Version] ( https://img.shields.io/npm/v/async-parallel-pipe.svg )] ( https://www.npmjs.com/package/async-parallel-pipe )
5+ [ ![ Audit] ( https://github.com/snatalenko/async-parallel-pipe/actions/workflows/audit.yml/badge.svg )] ( https://github.com/snatalenko/async-parallel-pipe/actions/workflows/audit.yml )
6+ [ ![ Tests] ( https://github.com/snatalenko/async-parallel-pipe/actions/workflows/tests.yml/badge.svg )] ( https://github.com/snatalenko/async-parallel-pipe/actions/workflows/tests.yml )
7+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/snatalenko/async-parallel-pipe/badge.svg?branch=main )] ( https://coveralls.io/github/snatalenko/async-parallel-pipe?branch=main )
8+ [ ![ NPM Downloads] ( https://img.shields.io/npm/dm/async-parallel-pipe.svg )] ( https://www.npmjs.com/package/async-parallel-pipe )
9+
410The function pulls input values from async iterable input, runs async action, and returns async iterable output in a same order as input was received.
511
612Here is an example that requests random numbers from random.org with not more than 2 concurrent requests at a time:
You can’t perform that action at this time.
0 commit comments