Skip to main content

OnShutdown

Type Alias OnShutdown 

Source
pub type OnShutdown = Box<dyn FnOnce() -> BoxFuture<()> + Send + Sync>;
Expand description

Something to run once the listener has stopped and in-flight requests have drained.

Aliased Typeยง

pub struct OnShutdown(/* private fields */);