Function start_serving
pub async fn start_serving<H: Hermit + Clone + Send + 'static>(
server: H,
event_tx: EventSender,
) -> Result<()>Available on crate feature
server only.Expand description
Starts serving both the Hermit RPC and event servers in the background.