Module tokio::util::error

source ยท

Constantsยง

  • Error string explaining that the Tokio context hasnโ€™t been instantiated.
  • Error string explaining that the Tokio context is shutting down and cannot drive timers.
  • 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.