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 dweinstein/pull-delay

Account's avatar
pull-stream/pull-stream
minimal pull stream

Support the repos that depend on this repository

Top contributors

dweinstein's profile
dweinstein
5 contributions

Recent events

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

No events yet
dweinstein

dweinstein/pull-delay

Delays the input through the stream. A pull.through for dominictarr's pull-stream.

JavaScript
2
0
MIT License

`pull-delay` is a tiny Node.js module that provides a pull‑stream “through” component which postpones each item passing through it by a configurable timeout (e.g., `delay(5000)` adds a 5‑second pause per value). It’s aimed at developers using Dominic Tarr’s pull‑stream library who need simple rate‑limiting or timing control in their streaming pipelines.