Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ Subscription
Interface
Subscription
internal/pubsub/pubsub.go:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
Subscription
interface
{
21
Wait() <-
chan
[]byte
22
Close()
23
}
24
25
func
New() *Memory {
26
return
&Memory{
Callers
11
Serve
Function · 0.65
TestServe
Function · 0.65
TestEvents
Function · 0.65
Wait
Method · 0.65
TestServerCancel
Function · 0.65
TestServerListenCancel
Function · 0.65
TestErrGroup
Function · 0.65
TestServerWaitNoServe
Function · 0.65
TestPubSub
Function · 0.65
TestCloseTwice
Function · 0.65
TestSubTwice
Function · 0.65
Implementers
5
Server
package/budhttp/budsvr/server.go
Process
internal/shell/command.go
Client
internal/testcli/testcli.go
subscriber
internal/pubsub/pubsub.go
discardable
internal/pubsub/discard.go
Calls
no outgoing calls
Tested by
no test coverage detected