package
1.9.2-evmc.6.3.0-0
Repository: https://github.com/ewasm/go-ethereum.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Clock interface makes it possible to replace the monotonic system clock with a simulated clock.
Event represents a cancellable event returned by AfterFunc.

# Type aliases

AbsTime represents absolute monotonic time.
SystemEvent implements Event using time.Timer.