We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a0e1d commit b9c643eCopy full SHA for b9c643e
doc/api/n-api.md
@@ -6070,6 +6070,11 @@ Node.js process exits while there is a thread-safe function still active.
6070
It is not necessary to call into JavaScript via `napi_make_callback()` because
6071
Node-API runs `call_js_cb` in a context appropriate for callbacks.
6072
6073
+Zero or more queued items may be invoked in each tick of the event loop.
6074
+Applications should not depend on a specific behavior other than progress in
6075
+invoking callbacks will be made and events will be invoked
6076
+as time moves forward.
6077
+
6078
### Reference counting of thread-safe functions
6079
6080
Threads can be added to and removed from a `napi_threadsafe_function` object
0 commit comments