[−][src]Module actix_rt::time
Utilities for tracking time.
Structs
Delay | Future returned by |
Instant | A measurement of the system clock, useful for talking to external entities like the file system or other processes. |
Interval | Stream returned by |
Timeout | Future returned by |
Functions
delay_for | Waits until |
delay_until | Waits until |
interval | Creates new |
interval_at | Creates new |
timeout | Require a |