Function arti::rpc::run_rpc_listener

source ·
async fn run_rpc_listener<R: Runtime>(
    runtime: R,
    listener: UnixListener,
    rpc_mgr: Arc<RpcMgr>
) -> Result<()>
Available on crate feature rpc only.
Expand description

Backend function to implement an RPC listener: runs in a loop.