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

rwlock is an asynchronous read/write lock implementation for Node.js that allows multiple readers or a single writer to access a resource, following the main rules that there may be zero or more readers at a time, only one writer at a time, and no writer if there are readers. It's designed for Node.js developers who need to manage concurrent access to shared resources in their applications, providing both default and keyed locks with support for upgrading and downgrading lock levels.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of 71104/rwlock

Account's avatar
gruntjs/grunt
The JavaScript Task Runner

Support the repos that depend on this repository

Top contributors

71104's profile
71104
42 contributions
adithya-sama's profile
adithya-sama
1 contributions

Recent events

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

No events yet
71104

71104/rwlock

Asynchronous read / write lock implementation for Node.js

JavaScript
35
11
MIT License