MCPcopy Index your code
hub / github.com/TalkingData/owl / GetNoWait

Method GetNoWait

controller/queue.go:106–108  ·  view source on GitHub ↗

Same as Get(-1).

()

Source from the content-addressed store, hash-verified

104
105// Same as Get(-1).
106func (q *Queue) GetNoWait() (interface{}, error) {
107 return q.Get(-1)
108}
109
110// * If timeout less than 0, If Queue is empty, return (nil, ErrEmptyQueue).
111//

Callers

nothing calls this directly

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected