pub async fn run_servers<S, B>(
listeners: impl IntoIterator<Item = Server<S>>,
soft_shutdown_token: CancellationToken,
hard_shutdown_token: CancellationToken,
)
pub async fn run_servers<S, B>(
listeners: impl IntoIterator<Item = Server<S>>,
soft_shutdown_token: CancellationToken,
hard_shutdown_token: CancellationToken,
)