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

Method Close

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

Source from the content-addressed store, hash-verified

21type Subscription interface {
22 Updates() <-chan Item
23 Close() error
24}
25
26// Subscribe returns a new Subscription that uses fetcher to fetch Items.

Callers 5

mainFunction · 0.65
CloseMethod · 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