Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/n-api.md
Co-authored-by: Chengzhong Wu <[email protected]>
  • Loading branch information
mhdawson and legendecas authored Jun 8, 2023
commit 39b665ef6b3ee014cb5a3373dd188906f2d7a537
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6070,7 +6070,7 @@ 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 callbacks may be invoked in each tick of the event queue.
Zero or more queued items may be invoked in each tick of the event loop.
Applications should not depend on a specific behaviour other than progress in
invoking callbacks will be made and events will be invoked
as time moves forward.
Expand Down