Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of parshap/map-stream-limit

Account's avatar
dominictarr/map-stream
construct pipes of streams of events
Account's avatar
dominictarr/through
simplified stream construction
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

parshap's profile
parshap
12 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
parshap

parshap/map-stream-limit

Like map-stream but with concurrency limit

JavaScript
2
0
No license

The **map‑stream‑limit** package provides a Node.js Transform stream that applies an asynchronous function to each incoming chunk, similar to the `map-stream` module, but adds a configurable concurrency limit so that only a specified number of async operations run simultaneously. It’s useful for developers who need to process streams of data (e.g., files, network packets) with controlled parallelism to avoid overwhelming resources.