Constant tokio::util::error::RUNTIME_SHUTTING_DOWN_ERROR
source ยท pub(crate) const RUNTIME_SHUTTING_DOWN_ERROR: &str = "A Tokio 1.x context was found, but it is being shutdown.";
Expand description
Error string explaining that the Tokio context is shutting down and cannot drive timers.