use CancellationToken;
/// Handle for gracefully shutting down a running [`ServerConnection`](super::ServerConnection).
///
/// Reachable from within a method handler via [`get_server`](crate::get_server). Call
/// [`shutdown`](Self::shutdown) to stop accepting new requests and let `start` return once the
/// in-flight requests have drained.