Files
node/doc/api
James M Snell 2c80048cb7 process: add 'worker' event
Provides a new `process.on('worker', (worker) => {})` event that
is triggered by the creation of a new `worker_thread.Worker`.
The use case is to allow hooks to be installed for monitoring
workers without having to modify the call sites around those.

Signed-off-by: James M Snell <jasnell@gmail.com>

PR-URL: https://github.com/nodejs/node/pull/38659
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
2021-05-13 18:12:52 -07:00
..
2021-04-10 19:22:20 +05:30
2021-04-20 16:48:35 +01:00
2021-02-08 10:25:27 -08:00
2021-02-02 21:50:24 +01:00
2021-02-08 09:08:37 -08:00
2021-04-28 18:18:43 -04:00
2021-04-27 14:56:09 -07:00
2021-05-13 18:12:52 -07:00
2021-04-20 16:48:35 +01:00
2021-01-25 06:51:15 -08:00
2021-04-16 09:04:15 -07:00
2021-04-13 19:10:28 +05:30
2020-10-06 15:52:10 -07:00