From e3359836d9620c2b1e256c066f885829894e3b4a Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Thu, 11 Jul 2019 10:05:06 -0700 Subject: [PATCH] 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. --- doc/api/n-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 77f2f162e95fa1..3e4a574778bd52 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, ## 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