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

`await-semaphore` is an ES6 promise-based semaphore and mutex implementation for JavaScript and TypeScript, providing three usage styles: async/await, thunk-based automatic acquire/release, and promise chaining. It's designed for developers who need to control concurrency in asynchronous code, such as limiting parallel API requests or protecting critical sections in Node.js or browser environments. The library includes both `Semaphore` for general counting semaphores and `Mutex` as a convenience wrapper for binary semaphores.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
notenoughneon

notenoughneon/await-semaphore

Awaitable semaphore/mutex

TypeScript
69
19
MIT License
notenoughneon's profile
notenoughneon
15 contributions
hotchpotch's profile
hotchpotch
1 contributions

Support the dependencies of notenoughneon/await-semaphore

Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
typings/typings
The TypeScript Definition Manager