From d9d991bbc9ef7a3364f83bdf43bce6e956075188 Mon Sep 17 00:00:00 2001 From: Kevin Eady <8634912+KevinEady@users.noreply.github.com> Date: Thu, 18 Jul 2019 21:34:37 +0200 Subject: [PATCH] doc: add ThreadSafeFunction to main README (#513) PR-URL: https://github.com/nodejs/node-addon-api/pull/513 Reviewed-By: Gabriel Schulhof Reviewed-By: NickNaso Reviewed-By: Michael Dawson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcbcb137d..57273be8a 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ The following is the documentation for node-addon-api. - [Async Operations](doc/async_operations.md) - [AsyncWorker](doc/async_worker.md) - [AsyncContext](doc/async_context.md) + - [Thread-safe Functions](doc/threadsafe_function.md) - [Promises](doc/promises.md) - [Version management](doc/version_management.md)