Skip to main content

Crate mapped_clock

Crate mapped_clock 

Source
Expand description

Implements a clock backed by memory mapped into this process’ virtual address space. See MappedClock for details.

Structs§

MappedClock
A clock backed by memory mapped into this process’ virtual address space.

Constants§

CLOCK_SIZE
The size of the memory region used by the memory mapped clock. While in theory this size could change in future Fuchsia releases, in practice it is likely never going to. So we expose it as a constant.