Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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).
106
func
(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
Get
Method · 0.95
Tested by
no test coverage detected