tokio::util

Module 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.