MCPcopy 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

17type waiter chan interface{}
18
19func newWaiter() waiter {
20 w := make(chan interface{}, 1)
21 return w
22}
23
24type Queue struct {
25 maxSize int

Callers 2

newPutterMethod · 0.85
newGetterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected