diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index d2989a2eeb6538..e867e161a89987 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -53,6 +53,10 @@ When implementing a worker pool, use the [`AsyncResource`][] API to inform diagnostic tools (e.g. in order to provide asynchronous stack traces) about the correlation between tasks and their outcomes. +Worker threads inherit non-process-specific options by default. Refer to +[`Worker constructor options`][] to know how to customize worker thread options, +specifically `argv` and `execArgv` options. + ## `worker.isMainThread`