Skip to content

Commit efc3946

Browse files
author
Gabriel Schulhof
committed
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: #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>
1 parent febdf39 commit efc3946

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/n-api.md

-2
Original file line numberDiff line numberDiff line change
@@ -4542,8 +4542,6 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
45424542
<!--lint disable no-unused-definitions remark-lint-->
45434543
## Asynchronous Thread-safe Function Calls
45444544

4545-
> Stability: 1 - Experimental
4546-
45474545
JavaScript functions can normally only be called from a native addon's main
45484546
thread. If an addon creates additional threads, then N-API functions that
45494547
require a `napi_env`, `napi_value`, or `napi_ref` must not be called from those

0 commit comments

Comments
 (0)