MCPcopy
hub / github.com/lotusirous/go-concurrency-patterns / Updates

Method Updates

14-adv-subscription/main.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// if any.
21type Subscription interface {
22 Updates() <-chan Item
23 Close() error
24}
25

Callers 4

NaiveMergeFunction · 0.65
MergeFunction · 0.65
loopMethod · 0.65
mainFunction · 0.65

Implementers 4

sub14-adv-subscription/main.go
naiveMerge14-adv-subscription/main.go
merge14-adv-subscription/main.go
deduper14-adv-subscription/main.go

Calls

no outgoing calls

Tested by

no test coverage detected