Module clock

Source
Expand description

Clocks provide a mechanism for tracking the current time.

See the documentation for the Clock type for more details.

Structs§

Clock
A hardware clock definition.
Instant
A measurement of a monotonically nondecreasing Clock. Opaque and useful only with Duration.

Type Aliases§

Ticks
Clock ticks are always counted by a 64-bit unsigned integer.