Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TalkingData/owl
/ newWaiter
Function
newWaiter
controller/queue.go:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
type
waiter
chan
interface
{}
18
19
func
newWaiter() waiter {
20
w := make(
chan
interface
{}, 1)
21
return
w
22
}
23
24
type
Queue
struct
{
25
maxSize int
Callers
2
newPutter
Method · 0.85
newGetter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected