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

gate-executor is a work queue that executes asynchronous functions in order but can pause processing via "gates" to complete sub-queues first, enabling tree-structured, breadth-first task management. It includes timeout handling and is designed for developers needing controlled concurrency, particularly in microservice frameworks like Seneca for plugin initialization.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of senecajs/gate-executor

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
aelbore/esbuild-jest
Jest plugin to use esbuild for transformation
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
browserify/tinyify
a browserify plugin that runs various optimizations, so you don't have to install them all manually.
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
ljharb/util.promisify
Polyfill/shim for util.promisify in node versions < v8

Support the repos that depend on this repository

Top contributors

rjrodger's profile
rjrodger
70 contributions
geek's profile
geek
6 contributions
AdrieanKhisbe's profile
AdrieanKhisbe
5 contributions
paolochiodi's profile
paolochiodi
3 contributions
jakepruitt's profile
jakepruitt
1 contributions
cexmmaqsood's profile
cexmmaqsood
1 contributions

Recent events

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

No events yet
senecajs

senecajs/gate-executor

Execute functions that return via callback in order, but pause if a function is marked as a gate.

TypeScript
5
11
MIT License