| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5cc6eee commit 2a561ae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6066,6 +6066,11 @@ Node.js process exits while there is a thread-safe function still active. | |||
| 6066 | 6066 | It is not necessary to call into JavaScript via `napi_make_callback()` because | |
| 6067 | 6067 | Node-API runs `call_js_cb` in a context appropriate for callbacks. | |
| 6068 | 6068 | ||
| 6069 | + Zero or more queued items may be invoked in each tick of the event loop. | ||
| 6070 | + Applications should not depend on a specific behavior other than progress in | ||
| 6071 | + invoking callbacks will be made and events will be invoked | ||
| 6072 | + as time moves forward. | ||
| 6073 | + | ||
| 6069 | 6074 | ### Reference counting of thread-safe functions | |
| 6070 | 6075 | ||
| 6071 | 6076 | Threads can be added to and removed from a `napi_threadsafe_function` object | |
| Back | FazBrowse Home | New Git URL |
0 commit comments