diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 6f2b791c9257ed..ac3bd95e7c5f8c 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -6066,6 +6066,11 @@ Node.js process exits while there is a thread-safe function still active. It is not necessary to call into JavaScript via `napi_make_callback()` because Node-API runs `call_js_cb` in a context appropriate for callbacks. +Zero or more queued items may be invoked in each tick of the event loop. +Applications should not depend on a specific behavior other than progress in +invoking callbacks will be made and events will be invoked +as time moves forward. + ### Reference counting of thread-safe functions Threads can be added to and removed from a `napi_threadsafe_function` object