INNER CODE UNIT · Rust
shutdown
ekzhang/sshx · crates/sshx-server/src/lib.rs:105
pub fn shutdown(&self) {
// Stop receiving new network connections.
self.shutdown.shutdown();
// Terminate each of the existing sessions.
self.state.shutdown();
}
}