MCPcopy Index your code
hub / github.com/panjf2000/gnet / Dequeue

Method Dequeue

pkg/queue/queue.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43type AsyncTaskQueue interface {
44 Enqueue(*Task)
45 Dequeue() *Task
46 IsEmpty() bool
47 Length() int32
48}

Callers 5

TestLockFreeQueueFunction · 0.65
PollingMethod · 0.65
PollingMethod · 0.65
PollingMethod · 0.65
PollingMethod · 0.65

Implementers 1

lockFreeQueuepkg/queue/lock_free_queue.go

Calls

no outgoing calls

Tested by 1

TestLockFreeQueueFunction · 0.52