Registry / messaging / imkira-go-observer

imkira-go-observer

JSON →
library1.0.3gogounverified

A channel-based broadcasting library for event distribution from publishers to observers.

go get github.com/imkira/go-observer
INSTALL
IMPORT
SIG · IMKIRA-GO-OBSERVER
I
imkira-go-observer
messaginggov1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

observer
github.com/imkira/go-observer

Create a property, observe changes, and get the value

package main import ( "fmt" "github.com/imkira/go-observer" ) func main() { prop := observer.NewProperty(nil) obs := prop.Observe() prop.Update("hello") val := obs.Value() fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
imkira-go-observer — go get imkira-go-observer · libregistry