From 29e95f61f78adc362d5b22c01fe22b67104cb163 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 21 Jun 2024 14:16:22 -0400 Subject: [PATCH] Update n-api.md --- doc/api/n-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index a84bf3469d7de9..347d6e95e49631 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -6244,6 +6244,8 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(node_api_nogc_env env, Note: While libuv has been relatively stable over time, it does not provide an ABI stability guarrantee. Use of this function should be avoided. Its use may result in an addon that does not work across Node.js versions. +[asynchronous-thread-safe-function-calls](https://nodejs.org/docs/latest/api/n-api.html#asynchronous-thread-safe-function-calls) +are an alternative for many use cases. ## Asynchronous thread-safe function calls