node/lib/internal/cluster
Yash Ladha e9028eb646
cluster: restructure to same prototype for cluster child
Since `rr` and `shared` both belongs to the same prototype declaration
and differes only in the handler declaration, this can be abstracted to
a same type of function arguments passing.

PR-URL: https://github.com/nodejs/node/pull/36610
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-03-16 08:55:16 -04:00
..
child.js cluster: restructure to same prototype for cluster child 2021-03-16 08:55:16 -04:00
master.js cluster: clarify construct Handle 2021-03-16 08:55:15 -04:00
round_robin_handle.js lib: remove use of array destructuring 2021-03-16 08:55:08 -04:00
shared_handle.js cluster: refactor to use more primordials 2020-11-22 11:32:44 -08:00
utils.js cluster: refactor to use more primordials 2020-11-22 11:32:44 -08:00
worker.js cluster: refactor to use more primordials 2020-11-22 11:32:44 -08:00