Expand description
Accessors for the zx::Clock representing UTC, used by common operations.
Standard library functions for accessing UTC or “wall clock time” all work
by reading this clock.
Functions§
- reference_
get - Returns a handle to the currently assigned UTC clock, or a null handle if no such clock currently exists.
- reference_
swap - Atomically swap the clock handle provided with the current UTC reference.
Type Aliases§
- UtcClock
- The
zx_libccrate does not provide thezx::Timelinetype for UTC, but the functions here are generic over a suppliedzx::Timelinetype.