Module maitake::time::clock

source ·
Expand description

Clocks provide a mechanism for tracking the current time.

See the documentation for the Clock type for more details.

Structs

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

Type Aliases

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