We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febdf39 commit efc3946Copy full SHA for efc3946
doc/api/n-api.md
@@ -4542,8 +4542,6 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
4542
<!--lint disable no-unused-definitions remark-lint-->
4543
## Asynchronous Thread-safe Function Calls
4544
4545
-> Stability: 1 - Experimental
4546
-
4547
JavaScript functions can normally only be called from a native addon's main
4548
thread. If an addon creates additional threads, then N-API functions that
4549
require a `napi_env`, `napi_value`, or `napi_ref` must not be called from those
0 commit comments