Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

child_process: abstract isolate message parsing #2662

Closed
wants to merge 1 commit into from

Conversation

AndreasMadsen
Copy link
Member

This is a part of my Reducing complexity in child_process patch. It reduce the complexity by abstracting the message handling between src/node.js and lib/child_process.js.

This also add internalMessage support to isolates.

src/node.js will now call a ._isolateInit method in child_process
and this will use the same message function that child_process.fork
uses.
This also add internalMessage support.
@AndreasMadsen
Copy link
Member Author

isolates is dead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant