mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 10:09:20 -05:00
5a91a065b8
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. |
||
---|---|---|
.. | ||
crypto | ||
zlib | ||
fs.rs | ||
http.rs | ||
http2.rs | ||
idna.rs | ||
ipc.rs | ||
mod.rs | ||
os.rs | ||
require.rs | ||
util.rs | ||
v8.rs | ||
winerror.rs |