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

Method IsClosed

tools/cache/delta_fifo.go:393–397  ·  view source on GitHub ↗

Checks if the queue is closed

()

Source from the content-addressed store, hash-verified

391
392// Checks if the queue is closed
393func (f *DeltaFIFO) IsClosed() bool {
394 f.closedLock.Lock()
395 defer f.closedLock.Unlock()
396 return f.closed
397}
398
399// Pop blocks until an item is added to the queue, and then returns it. If
400// multiple items are ready, they are returned in the order in which they were

Callers 1

PopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected