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

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

mk-pmb's profile
mk-pmb
2 contributions

Recent events

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

No events yet
mk-pmb

mk-pmb/using-its-own-promise-pmb-js

For the really exotic cases in which an async function needs to refer to a promise that resulted from its invocation.

JavaScript
0
0
No license

`using-its-own-promise-pmb` is a tiny utility library that lets you call an async function and give it immediate access to the very promise that will later resolve with its result (by passing the promise as the first argument). It’s intended for niche scenarios such as custom task schedulers or resource managers where a function must reference its own promise during execution.