[][src]Function ipc_orchestrator::connect_ipc_server

pub fn connect_ipc_server() -> Result<Channel>

This is helper function for implementing child processes Child process will automatically connect to the IPC server passed in the env var "IPC_SERVER". This env var is injected by orchestrator. Execution blocks until connected

TODO: move to separate client library or set features to exclude all the other unnecessary code