Constant tokio::util::error::THREAD_LOCAL_DESTROYED_ERROR

source ยท
pub(crate) const THREAD_LOCAL_DESTROYED_ERROR: &str = "The Tokio context thread-local variable has been destroyed.";
Expand description

Error string explaining that the Tokio context is not available because the thread-local storing it has been destroyed. This usually only happens during destructors of other thread-locals.