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 of node-ffi-napi/setimmediate-napi

Account's avatar
node-ffi-napi/get-symbol-from-current-process-h
C function to get a symbol from the current process
Account's avatar
node-ffi-napi/get-uv-event-loop-napi-h
C function to get the current libuv event loop for N-API
Account's avatar
addaleax/reverse-test
Test your package’s dependents!

Support the repos that depend on this repository

Top contributors

addaleax's profile
addaleax
12 contributions
fanatid's profile
fanatid
1 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
1 contributions

Recent events

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

No events yet
node-ffi-napi

node-ffi-napi/setimmediate-napi

`setImmediate()` for N-API code

C++
1
2
ISC License

setimmediate‑napi is a tiny native addon that exposes Node.js’s `setImmediate()` functionality to C/C++ code written with N‑API (or node‑addon‑api). It lets developers schedule a JavaScript callback from native code safely and asynchronously, making it useful for anyone building Node.js native extensions that need to defer work to the next event‑loop tick.