package
0.0.0-20200918230715-ada297c97de8
Repository: https://github.com/basilfx/go-utilities.git
Documentation: pkg.go.dev
# Functions
New creates a new observable.
NewWithValue creates a new observable with an initial value.
# Structs
Observable is a variable that can be observed for changes.
# Type aliases
Listener is the type of a reference to a registered listener.