Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ newQueueSet
Function
newQueueSet
coderd/database/pubsub/pubsub.go:204–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
func
newQueueSet() *queueSet {
205
return
&queueSet{
206
m: make(
map
[*MsgQueue]
struct
{}),
207
}
208
}
209
210
// PGPubsub is a pubsub implementation using PostgreSQL.
211
type
PGPubsub
struct
{
Callers
1
subscribeQueue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected