Skip to content

Commit e335983

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.
1 parent f5b40b2 commit e335983

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/n-api.md

Lines changed: 0 additions & 2 deletions
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)