pub async fn run_daemon<D: DaemonDispatch>(dispatcher: D) -> Result<()>Expand description
Run the daemon: bind the socket, warm in the background, serve request frames until SIGTERM/SIGINT.
pub async fn run_daemon<D: DaemonDispatch>(dispatcher: D) -> Result<()>Run the daemon: bind the socket, warm in the background, serve request frames until SIGTERM/SIGINT.