MCPcopy Create free account
hub / github.com/dustinxie/lockfree / Deque

Method Deque

queue.go:31–31  ·  view source on GitHub ↗

remove an item from the queue

()

Source from the content-addressed store, hash-verified

29
30 // remove an item from the queue
31 Deque() interface{}
32 }
33)
34

Callers 3

TestNewQueueFunction · 0.95
BenchmarkLockfreeQueueFunction · 0.95
TestQueueFunction · 0.95

Implementers 1

queuelist/queue.go

Calls

no outgoing calls

Tested by 3

TestNewQueueFunction · 0.76
BenchmarkLockfreeQueueFunction · 0.76
TestQueueFunction · 0.76