package
0.0.4
Repository: https://github.com/sraphs/gdk.git
Documentation: pkg.go.dev

# Functions

WaitDuration returns DefaultWaitDuration if d is <= 0, otherwise it returns d.

# Constants

DefaultWaitDuration is the default value for WaitDuration.

# Interfaces

State represents the current state of a variable.
Watcher watches for updates on a variable and returns an updated Variable object if there are changes.