Categorygithub.com/lightningnetwork/lnd/ticker
modulepackage
1.1.1
Repository: https://github.com/lightningnetwork/lnd.git
Documentation: pkg.go.dev

# Functions

New returns a new ticker that signals with the given interval when not paused.
NewForce returns a Force ticker, used for testing and debugging.

# Structs

Force implements the Ticker interface, and provides a method of force-feeding ticks, even while paused.
T is the production implementation of the resumable Ticker interface.

# Interfaces

Ticker defines a resumable ticker interface, whose activity can be toggled to free up resources during periods of inactivity.