Skip to main content

run_daemon

Function run_daemon 

Source
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.