Skip to content

Commit

Permalink
docs: add link to node terminate description
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 30, 2018
1 parent 9169b6e commit 1a32b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDE.md
Expand Up @@ -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).

0 comments on commit 1a32b94

Please sign in to comment.