Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
type
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
main
Function · 0.65
Close
Method · 0.65
Merge
Function · 0.65
loop
Method · 0.65
main
Function · 0.65
Implementers
4
sub
14-adv-subscription/main.go
naiveMerge
14-adv-subscription/main.go
merge
14-adv-subscription/main.go
deduper
14-adv-subscription/main.go
Calls
no outgoing calls
Tested by
no test coverage detected