pub type ShutdownWatch = Receiver<bool>;
The receiver for server’s shutdown event. The value will turn to true once the server starts to shutdown
pub struct ShutdownWatch { /* private fields */ }