Skip to main content

serve

Function serve 

Source
pub async fn serve(config: ServerConfig) -> Result<(), ServeError>
Expand description

Serves until ctrl-c or SIGTERM, then shuts down gracefully: the listener stops accepting, in-flight requests drain, publisher work finishes, and writer maintenance — the runtime’s steps and grep’s alike — settles before this returns.