MCPcopy
hub / github.com/kubernetes/client-go / Pop

Method Pop

tools/cache/fifo.go:54–54  ·  view source on GitHub ↗

Pop blocks until it has something to process. It returns the object that was process and the result of processing. The PopProcessFunc may return an ErrRequeue{...} to indicate the item should be requeued before releasing the lock on the queue.

(PopProcessFunc)

Source from the content-addressed store, hash-verified

52 // The PopProcessFunc may return an ErrRequeue{...} to indicate the item
53 // should be requeued before releasing the lock on the queue.
54 Pop(PopProcessFunc) (interface{}, error)
55
56 // AddIfNotPresent adds a value previously
57 // returned by Pop back into the queue as long

Callers 4

PopMethod · 0.65
processLoopMethod · 0.65
PopFunction · 0.65
waitingLoopMethod · 0.65

Implementers 2

DeltaFIFOtools/cache/delta_fifo.go
FIFOtools/cache/fifo.go

Calls

no outgoing calls

Tested by

no test coverage detected