clock

package
v1.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Now

func Now() *time.Time

Now returns the current time from the default clock

func SetResolution

func SetResolution(resolution time.Duration)

SetResolution sets the default clock resolution

Types

type Clock

type Clock struct {
	// Resolution is the clock resolution
	Resolution time.Duration
	// contains filtered or unexported fields
}

Clock is a low resulution clock. It uses less resources and is faster than calling time.Now

var (
	// DefaultClock is the default clock
	DefaultClock *Clock
	// DefaultResolution is the default clock resolution
	DefaultResolution = 10 * time.Second
)

func New

func New(resolution time.Duration) *Clock

New returns a new clock with desired resolution

func (*Clock) Now

func (c *Clock) Now() *time.Time

Now returns the curren time

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL