Module madsim::time

source ·
Expand description

Utilities for tracking time.

Re-exports§

Modules§

Structs§

Enums§

Functions§

  • advancemadsim
    Advances time.
  • Creates new Interval that yields with interval of period.
  • Creates new Interval that yields with interval of period with the first tick completing at start.
  • Waits until duration has elapsed.
  • Waits until deadline is reached.
  • Require a Future to complete before the specified duration has elapsed.