# Functions
Now returns the current absolute monotonic time.
# Structs
Simulated implements a virtual Clock for reproducible time-sensitive tests.
SimulatedEvent implements Event for a virtual clock.
System implements Clock using the system clock.
# Type aliases
AbsTime represents absolute monotonic time.
SystemEvent implements Event using time.Timer.