//
pkg.gl
Category
github.com/sraphs/gdk
runtimevar
driver
package
0.0.4
Repository:
https://github.com/sraphs/gdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
7
Files
60 SLOC
#
Functions
WaitDuration
WaitDuration returns DefaultWaitDuration if d is <= 0, otherwise it returns d.
#
Constants
DefaultWaitDuration
DefaultWaitDuration is the default value for WaitDuration.
#
Interfaces
State
State represents the current state of a variable.
Watcher
Watcher watches for updates on a variable and returns an updated Variable object if there are changes.