Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TalkingData/owl
/ put
Method
put
controller/queue.go:101–103 ·
view source on GitHub ↗
(val interface{})
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(q *Queue) put(val
interface
{}) {
102
q.items.PushBack(val)
103
}
104
105
// Same as Get(-1).
106
func
(q *Queue) GetNoWait() (
interface
{}, error) {
Callers
1
Put
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected