Skip to content

Commit

Permalink
doc: mark N-API thread-safe function stable
Browse files Browse the repository at this point in the history
The various TSFN APIs are marked as stable, but the TSFN heading itself
is still marked as experimental.
  • Loading branch information
Gabriel Schulhof committed Jul 12, 2019
1 parent f5b40b2 commit e335983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/n-api.md
Expand Up @@ -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
Expand Down

0 comments on commit e335983

Please sign in to comment.