Module tokio::runtime::time

source ·
Expand description

Time driver.

Modules

Structs

  • Driver 🔒
    Time implementation that drives Sleep, Interval, and Timeout.
  • Inner 🔒
    Timer state shared between Driver, Handle, and Registration.
  • InnerState 🔒
    Time state shared which must be protected by a Mutex