File tree Expand file tree Collapse file tree 2 files changed +35
-2
lines changed
Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1- # buffered-async-iterable
1+ <div align =" center " >
2+ <img
3+ src="buffered-async-iterable.svg"
4+ width="650"
5+ height="auto"
6+ />
7+ </div >
8+
29
310Buffered processing of async iterables / generators in parallel to achieve comparable performance to ` Promise.all() `
411
@@ -9,7 +16,7 @@ Buffered processing of async iterables / generators in parallel to achieve compa
916[ ![ js-semistandard-style] ( https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg )] ( https://github.com/voxpelli/eslint-config )
1017[ ![ Follow @voxpelli @mastodon.social] ( https://img.shields.io/mastodon/follow/109247025527949675?domain=https%3A%2F%2Fmastodon.social&style=social )] ( https://mastodon.social/@voxpelli )
1118
12- ** WORK IN PROGRESS – early unpolished prerelease**
19+ ** WORK IN PROGRESS – early prerelease**
1320
1421## Usage
1522
You can’t perform that action at this time.
0 commit comments