summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/parallel/test-child-process-ipc-next-tick.js
AgeCommit message (Collapse)Author
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
This PR implements the Node child_process IPC functionality in Deno on Unix systems. For `fd > 2` a duplex unix pipe is set up between the parent and child processes. Currently implements data passing via the channel in the JSON serialization format.