Module ntex::time

source ·
Expand description

Utilities for tracking time.

Structs§

Functions§

  • Waits until duration has elapsed.
  • Creates new Interval that yields with interval of period.
  • Returns an instant corresponding to “now”.
  • Waits until duration has elapsed.
  • Returns the system time corresponding to “now”.
  • Require a Future to complete before the specified duration has elapsed.
  • Require a Future to complete before the specified duration has elapsed.