ShutdownWatch

Type Alias ShutdownWatch 

Source
pub type ShutdownWatch = Receiver<bool>;
Expand description

The receiver for server’s shutdown event. The value will turn to true once the server starts to shutdown

Aliased Type§

pub struct ShutdownWatch { /* private fields */ }