Function arti::rpc::launch_rpc_listener

source ·
pub(crate) fn launch_rpc_listener<R: Runtime>(
    runtime: &R,
    path: impl AsRef<Path>,
    client: TorClient<R>
) -> Result<Arc<RpcMgr>>
Available on crate feature rpc only.
Expand description

Run an RPC listener task to accept incoming connections at the Unix socket address of path.