Function schema_engine::json_rpc_stdio::run_with_client
source · pub(crate) async fn run_with_client(
request_handler: &IoHandler,
adapter: ClientAdapter
) -> Result<()>
Expand description
Start doing JSON-RPC over stdio. The future will only return once stdin is closed or another IO error happens.