Function wick_invocation_server::make_rpc_server
source · pub fn make_rpc_server(
socket: TcpSocket,
collection: SharedComponent
) -> JoinHandle<Result<(), Error>>Expand description
Build and spawn an RPC server for the passed collection.