MCPcopy Create free account
hub / github.com/TalkingData/owl / PutNoWait

Method PutNoWait

controller/queue.go:153–155  ·  view source on GitHub ↗

Same as Put(-1).

(val interface{})

Source from the content-addressed store, hash-verified

151
152// Same as Put(-1).
153func (q *Queue) PutNoWait(val interface{}) error {
154 return q.Put(val, -1)
155}
156
157// * If timeout less than 0, If Queue is full, return (nil, ErrFullQueue).
158//

Callers

nothing calls this directly

Calls 1

PutMethod · 0.95

Tested by

no test coverage detected