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.