Module error

Source

Constantsยง

CONTEXT_MISSING_ERROR ๐Ÿ”’
Error string explaining that the Tokio context hasnโ€™t been instantiated.
RUNTIME_SHUTTING_DOWN_ERROR ๐Ÿ”’
Error string explaining that the Tokio context is shutting down and cannot drive timers.
THREAD_LOCAL_DESTROYED_ERROR ๐Ÿ”’
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.