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

p-fifo is a JavaScript library that provides a promised First-In-First-Out buffer, allowing developers to await on push and shift operations for efficient value consumption. It is designed for developers who need to manage asynchronous data flow, ensuring that values are consumed in the order they are added. The library is lightweight, easy to install via npm, and comes with a clear API for pushing, shifting, and checking the buffer's state.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of alanshaw/p-fifo

Account's avatar
mafintosh/fast-fifo
A fast fifo implementation similar to the one powering nextTick in Node.js core
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
9 contributions

Recent events

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

No events yet
alanshaw

alanshaw/p-fifo

🚦 Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.

JavaScript
3
1
MIT License