diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index b67d563fa6d10b..e773949b49df52 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -55,6 +55,10 @@ correlation between tasks and their outcomes. See ["Using `AsyncResource` for a `Worker` thread pool"][async-resource-worker-pool] in the `async_hooks` documentation for an example implementation. +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`