From 1a32b9401b8d10ad0b9b3e10a6be01f7e742f3c2 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 30 Sep 2018 12:24:27 +0200 Subject: [PATCH] docs: add link to node terminate description --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index eec506a..e01c706 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -153,4 +153,4 @@ When you don't need microjob anymore, you can shut it down with the `stop` funct })() ``` -`stop` ensures that every worker of the worker pool is terminated. +`stop` ensures that every worker of the worker pool is [terminated](https://nodejs.org/api/worker_threads.html#worker_threads_worker_terminate_callback).