summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2019-07-11 10:05:06 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:10:26 +0200
commitaee86940f9ca31d09389579b2b2e5fac292e192a (patch)
treea8edbc316c7742355663ae59759e7aa6cf36a42b /doc
parent7a4062ab88747ca2367ed7b39d31b78630586a30 (diff)
downloadandroid-node-v8-aee86940f9ca31d09389579b2b2e5fac292e192a.tar.gz
android-node-v8-aee86940f9ca31d09389579b2b2e5fac292e192a.tar.bz2
android-node-v8-aee86940f9ca31d09389579b2b2e5fac292e192a.zip
doc: mark N-API thread-safe function stable
The various TSFN APIs are marked as stable, but the TSFN heading itself is still marked as experimental. PR-URL: https://github.com/nodejs/node/pull/28643 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 74019852ff..fe5a396195 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -4542,8 +4542,6 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
<!--lint disable no-unused-definitions remark-lint-->
## Asynchronous Thread-safe Function Calls
-> Stability: 1 - Experimental
-
JavaScript functions can normally only be called from a native addon's main
thread. If an addon creates additional threads, then N-API functions that
require a `napi_env`, `napi_value`, or `napi_ref` must not be called from those