MCPcopy Create free account
hub / github.com/agilebits/go-redis-queue / Pop

Method Pop

redisqueue/queue.go:51–60  ·  view source on GitHub ↗

Pop removes and returns a single job from the queue. Safe for concurrent use (multiple goroutines must use their own Queue objects and redis connections)

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

TestQueueTaskSchedulingFunction · 0.80
TestPopOrderFunction · 0.80
TestPopMultiOrderFunction · 0.80

Calls 1

PopJobsMethod · 0.95

Tested by 3

TestQueueTaskSchedulingFunction · 0.64
TestPopOrderFunction · 0.64
TestPopMultiOrderFunction · 0.64