Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Clock ¶
type Clock interface { // Now returns current logical time. It is guaranteed that result is greater than previous one // after the next update start and is equal to previous one during one update. Now() Time }
Clock of logical time.
type Ticks ¶
type Ticks int64
Ticks represents number of logical time units. One tick usually corresponds to single application update.
const Tick Ticks = 1
Tick represents single tick.
Click to show internal directories.
Click to hide internal directories.