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

any‑signal is a tiny utility library that merges multiple AbortSignal objects into one composite signal that aborts as soon as *any* of the input signals abort. It adds a `.clear()` method to remove the internal listeners, avoiding the memory‑leak issues known in Node.js and Deno implementations of AbortSignal.any. The package is aimed at JavaScript/TypeScript developers who need robust, leak‑free cancellation handling for async operations.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jacobheun/any-signal

Account's avatar
ipfs/aegir
JavaScript project management
Account's avatar
achingbrain/wherearewe
Detect the current environment

Support the repos that depend on this repository

Top contributors

jacobheun's profile
jacobheun
25 contributions
achingbrain's profile
achingbrain
8 contributions
semantic-release-bot's profile
semantic-release-bot
4 contributions
dependabot[bot]'s profile
dependabot[bot]
3 contributions
ukstv's profile
ukstv
2 contributions
Gozala's profile
Gozala
1 contributions
mpetrunic's profile
mpetrunic
1 contributions

Recent events

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

No events yet
jacobheun

jacobheun/any-signal

Combines an array of AbortSignals into a single signal that is aborted when any signal is

TypeScript
17
6
Apache License 2.0